AT
Все удобно лаконично и при желании все закрывается тестами.
Size: a a a
AT
AT
V
AT
AT
И
И
И
И
R
A
И
И
И
И
self.navigationController
in B view controller is nil. You need to create UINavigationController
with B view controller as rootViewController
. Present created UINavigationController
from A instead presenting B view controller, after this you're able to use self.navigationController
in B view controller.