andreamazz / andreamazz/SlideOutNavigation

change the first view controller presented

オープン
#81 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。