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
public final class TypedControllerRootViewContainer<CONTROLLER>: ControllerRootViewContainer
public class ControllerRootViewContainer: UIView, Configurable
It would allow switching in styles in Configuration like this:
controllerRoot = { view in
if view is TypedControllerRootViewContainer<LoginController> { ... }
}
The text was updated successfully, but these errors were encountered:
The implementation could be like this:
It would allow switching in styles in Configuration like this:
The text was updated successfully, but these errors were encountered: