Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Namespaces
IOSHelper
Various iOS view helper methods
Summary 
Classes
Variables 
traitCollectionColorAppearanceChangedEvent 
String value used when hooking to traitCollectionColorAppearanceChangedEvent event.
Functions 
expandBeyondSafeArea 
expandBeyondSafeArea(view: View, frame: any): any
| Parameter | Default | Description | 
view |  | |
frame |  | any | 
 Returns any
getFrameFromPosition 
getParentWithViewController 
Returns a view with viewController or undefined if no such found along the view's parent chain.
| Parameter | Default | Description | 
view |  | The view form which to start the search.  | 
 Returns View
getPositionFromFrame 
| Parameter | Default | Description | 
frame |  | any | 
 Returns {
  bottom: any
  left: any
  right: any
}
layoutView 
layoutView(controller: any, owner: View): void
| Parameter | Default | Description | 
controller |  | any | 
owner |  | 
 Returns void
shrinkToSafeArea 
shrinkToSafeArea(view: View, frame: any): any
| Parameter | Default | Description | 
view |  | |
frame |  | any | 
 Returns any
updateAutoAdjustScrollInsets 
updateAutoAdjustScrollInsets(controller: any, owner: View): void
| Parameter | Default | Description | 
controller |  | any | 
owner |  | 
 Returns void