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 extension NibViewController where Self: UIViewController {
var ui: ViewType {
guard let ui = view as? ViewType else {
fatalError("'\(type(of: self))' 'view' type did not match the 'ViewType' declared in conformance to 'NibViewController' protocol.Found \(type(of: view)) instead of expected '\(ViewType.self)'")