UITabBarItemAppearance.as constructor
UITabBarItemAppearance.as(
- ObjCObject other
Constructs a UITabBarItemAppearance that points to the same underlying object as other.
Implementation
UITabBarItemAppearance.as(objc.ObjCObject other) : object$ = other {
objc.checkOsVersionInternal('UITabBarItemAppearance', iOS: (false, (13, 0, 0)));
}