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
Returns the superclass the supplied class. If no class is specified, the superclass returned is the superclass of the object's class, that is, the same as superClass.
Note: This is typically not used directly, but since it provides a nice interface to _classHierarchy, it is supplied as a public method.
Usage
console.log ( anObject.getSuperClassOfClass ( "UILabel" ) );
(on the console)
UIView