Namespaces
IOSHelper
Various iOS view helper methods
Summary β
Classes
Variables β
traitCollectionColorAppearanceChangedEvent β
String value used when hooking to traitCollectionColorAppearanceChangedEvent event.
Functions β
getFrameFromPosition β
getParentWithViewController β
Returns a view with viewController or undefined if no such found along the view's parent chain.
Parameter Default Description
Returns View
getPositionFromFrame β
Parameter Default Description
frame
any
Returns {
bottom: any
left: any
right: any
}
updateAutoAdjustScrollInsets β
updateAutoAdjustScrollInsets(controller: any, owner: View): void
Returns void