andreamazz / andreamazz/SlideOutNavigation

change the first view controller presented

Abierto
#81 4 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Objective-C
Estrellas
207
Forks
49
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.