UITabBarItemAppearance.fromPointer constructor
UITabBarItemAppearance.fromPointer(})
Constructs a UITabBarItemAppearance that wraps the given raw object pointer.
Implementation
UITabBarItemAppearance.fromPointer(
ffi.Pointer<objc.ObjCObjectImpl> other, {
bool retain = false,
bool release = false,
}) : object$ = objc.ObjCObject(other, retain: retain, release: release) {
objc.checkOsVersionInternal('UITabBarItemAppearance', iOS: (false, (13, 0, 0)));
}