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 started using coordinators in my app. It's ok to present controllers throught navigation controllers, tabbar controllers or modally. But i wonder how to use it to embed a view controller in a subview. My app has a 2 panels controller and each panel contains its own sub view controller (with coordinator).
Hello,
i started using coordinators in my app. It's ok to present controllers throught navigation controllers, tabbar controllers or modally. But i wonder how to use it to embed a view controller in a subview. My app has a 2 panels controller and each panel contains its own sub view controller (with coordinator).
I tried this way :
`
class MainCoordinator: BaseCoordinator {
}
class FirstPanelCoordinator: BaseCoordinator {
}`
... but when i add my first panel to the container view, the container view is nil so it crash.
The text was updated successfully, but these errors were encountered: