andreamazz / andreamazz/SlideOutNavigation
change the first view controller presented
Ouverte
- Langage dominant
- Objective-C
- Étoiles
- 207
- Forks
- 49
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I am about to display my slideout view controller, but I want to display controller at index 3 if the user has never used the app before. Before i present the navigation controller, I tried using this method:
- (void)switchToControllerTagged:(int)tag andPerformSelector:(SEL)selector withObject:(id)obj
so my code looked like this
// initiate controllers
[slideoutController switchToControllerTagged:3 andPerformSelector:nil withObject:nil];
[self.navigationController pushViewController:slideoutController animated:YES];
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.