- Registriert
- 12.07.08
- Beiträge
- 351
Kann man das Programm anweisen eine andere View anzuzeigen? Also ohne das ich einen Knopf zur Navigation auf eine andere Seite anstoße.
Also sowas wie
Ich hatte folgendes probiert. Das hat aber nicht funktioniert:
Also sowas wie
Code:
UIViewController2.show()
Ich hatte folgendes probiert. Das hat aber nicht funktioniert:
Code:
ViewController *viewController = [[ViewController alloc] init];
[self presentViewController:viewController animated:YES completion:nil];