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
The following list of types is "not intended for subclassing" in the UIKit notes:
UIAlertView
UITabBarController
UINavigationController
UIImagePickerController
UIViewPrintFormatter
UIWebView
not sure how to handle this, except perhaps by throwing an exception in the ctor when the arg list doesn't contain a handle perhaps? Actually that should work.
Auditing other class libraries is going to be a serious pain...
The text was updated successfully, but these errors were encountered:
The following list of types is "not intended for subclassing" in the UIKit notes:
not sure how to handle this, except perhaps by throwing an exception in the ctor when the arg list doesn't contain a handle perhaps? Actually that should work.
Auditing other class libraries is going to be a serious pain...
The text was updated successfully, but these errors were encountered: