Ich habe ein Popover mit einem UINavigationController. Ich kann das Popover gut anzeigen, und es enthält den navController ganz gut. Der navController enthält eine Tabellenansicht. Wenn ich ein Element auswähle, wird eine neue Detailansicht erstellt: DeviceDetailViewController *detailViewController = [[[DeviceDetailViewController alloc] initWithNibName:@"DeviceDetailViewController" bundle:nil] autorelease]; Ich schiebe es dann auf den neuen …
Ich erhalte immer wieder folgende Fehler: 2011-04-02 14:55:23.350 AppName[42430:207] nested push animation can result in corrupted navigation bar 2011-04-02 14:55:23.352 AppName[42430:207] nested push animation can result in corrupted navigation bar 2011-04-02 14:55:23.729 AppName[42430:207] Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted. 2011-04-02 …
Ich habe einen UINavigationControllermit Standardwert davon navigationBar.prefersLargeTitles = true. Ich schalte das auf, falsewenn ich push in eine neue Szene gehe, nennen wir es ( DetailsViewController), indem ich es in die ändere viewWillDisappear. override func viewWillDisappear(_ animated: Bool) { super.viewWillDisappear(animated) navigationController?.navigationBar.prefersLargeTitles = false } Jetzt DetailsViewControllerbenutze ich willMove(to parent:). override …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.