0
I ajouté UIWindow et sa barre d'outils comme:Puis-je ajouter une barre d'outils manuellement dans UIWindows?
self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease]; NSArray * arr = [NSArray arrayWithObjects:@"test1", @"test2", nil]; [[self.window rootViewController] setToolbarItems:arr animated:NO];
Aucune barre d'outils montrant.
Est-ce faisable? Merci.
Pourriez-vous montrer un exemple de code pour démontrer votre solution. Je suis toujours coincé avec ça. :( – Illep