Проблема с загрузкой другого контроллераIOS

Программируем под IOS
Anonymous
Проблема с загрузкой другого контроллера

Сообщение Anonymous »

Я вижу эту ошибку при попытке перейти к другому контроллеру представления. Может кто-нибудь помочь?
Calling -viewWillAppear: directly on a view controller is not supported, and may result in out-of-order callbacks and other inconsistent behavior. Use the -beginAppearanceTransition:animated: and -endAppearanceTransition APIs on UIViewController to manually drive appearance callbacks instead. Make a symbolic breakpoint at UIViewControllerAlertForAppearanceCallbackMisuse to catch this in the debugger. View controller:

Мой код
self.performSegue("toLogin", sender: self)


Подробнее здесь: https://stackoverflow.com/questions/793 ... controller

Вернуться в «IOS»