andreamazz / andreamazz/SlideOutNavigation

change the first view controller presented

Aberta
#81 4 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Objective-C
Estrelas
207
Forks
49
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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];

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.