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
After updating my app to Swift 5, I've got some (new) compiler warnings
KYDrawerController.swift:378:36: 'drawerController(_:stateChanged:)' is deprecated: renamed to 'drawerController(_:didChangeState:)' (see Buildtime Warning: Swift Compiler Warning #124)
KYDrawerController.swift:208:23: Expression implicitly coerced from 'UIView?' to 'Any' (new)
KYDrawerController.swift:219:23: Expression implicitly coerced from 'UIView?' to 'Any' (new)
After updating my app to Swift 5, I've got some (new) compiler warnings
KYDrawerController.swift:378:36: 'drawerController(_:stateChanged:)' is deprecated: renamed to 'drawerController(_:didChangeState:)'(see Buildtime Warning: Swift Compiler Warning #124)KYDrawerController.swift:208:23: Expression implicitly coerced from 'UIView?' to 'Any'(new)KYDrawerController.swift:219:23: Expression implicitly coerced from 'UIView?' to 'Any'(new)