class func isSubclass (of: AnyClass) -> Bool
Returns a Boolean value that indicates whether the receiving class is a subclass of, or identical to, a given class.
受け取り手のクラスが、指定されたあるクラスのサブクラス、またはそれと同一であるかどうかを指し示すブール値を返します。
Availability
Technology
class func superclass() -> AnyClass
?
The class object for the receiver’s superclass. レシーバのスーパークラスに対するクラスオプジェクト。
class func isSubclass (of: AnyClass) -> Bool
+ class
var superclass: AnyClass?