andreamazz / andreamazz/SlideOutNavigation
change the first view controller presented
オープン
- 主要言語
- Objective-C
- スター
- 207
- フォーク
- 49
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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];
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。