You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a Child controller inserted in a view controller with all code needed (vc.addChild() (...))
I'd added the Injection.addViewController(self) command in viewDidLoad()
When i'm using injection, the app crash with
Thread 1: "child view controller:<xzy.TestTable: 0x7fb5cfc8d650> should have parent view controller:<UINavigationController: 0x7fb5d806fc00> but actual parent is:<xzy.VCAddServiceStep2: 0x7fb5f0043c00>"
I don't understand this error message because the child is added on VCAddServiceStep2 and not on a UINavigationController
Any idea to fix this crash ?
The text was updated successfully, but these errors were encountered:
I'm using a Child controller inserted in a view controller with all code needed (
vc.addChild()
(...))I'd added the
Injection.addViewController(self)
command inviewDidLoad()
When i'm using injection, the app crash with
I don't understand this error message because the child is added on
VCAddServiceStep2
and not on aUINavigationController
Any idea to fix this crash ?
The text was updated successfully, but these errors were encountered: