Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Namespaces
Utils.ios
Summary 
Namespaces
Variables
Variables 
MajorVersion 
Functions 
animateWithSpring 
animateWithSpring(options?: {
  animateOptions?: UIViewAnimationOptions
  animations?: () => void
  completion?: (finished?: boolean) => void
  delay?: number
  friction?: number
  mass?: number
  tension?: number
}): void defined in @nativescript/core/utils/ios/index.d.ts:27
| Parameter | Default | Description | 
options |  | {
  animateOptions?: UIViewAnimationOptions
  animations?: () => void
  completion?: (finished?: boolean) => void
  delay?: number
  friction?: number
  mass?: number
  tension?: number
} | 
 Returns void
applyRotateTransform 
 defined in @nativescript/core/utils/ios/index.d.ts:17
| Parameter | Default | Description | 
transform |  | CATransform3D | 
x |  | number | 
y |  | number | 
z |  | number | 
 Returns CATransform3D
copyLayerProperties 
copyLayerProperties(
  view: UIView,
  toView: UIView,
  customProperties?: {
    layer?: (string | number | symbol)[]
  }
): void defined in @nativescript/core/utils/ios/index.d.ts:23
| Parameter | Default | Description | 
view |  | UIView | 
toView |  | UIView | 
customProperties |  | {
  layer?: (string | number | symbol)[]
} | 
 Returns void
createUIDocumentInteractionControllerDelegate 
 defined in @nativescript/core/utils/ios/index.d.ts:19
 Returns NSObject
getCurrentAppPath 
 defined in @nativescript/core/utils/ios/index.d.ts:14
 Returns string
getRootViewController 
 defined in @nativescript/core/utils/ios/index.d.ts:8
 Returns UIViewController
getShadowLayer 
 defined in @nativescript/core/utils/ios/index.d.ts:18
| Parameter | Default | Description | 
nativeView |  | UIView | 
name |  | string | 
create |  | boolean | 
 Returns CALayer
getVisibleViewController 
 defined in @nativescript/core/utils/ios/index.d.ts:16
| Parameter | Default | Description | 
rootViewController |  | UIViewController | 
 Returns UIViewController
getWindow 
 defined in @nativescript/core/utils/ios/index.d.ts:9
 Returns UIWindow
getter 
 defined in @nativescript/core/utils/ios/index.d.ts:1
| Parameter | Default | Description | 
_this |  | any | 
property |  | T | () => T | 
 Returns T
isLandscape 
 defined in @nativescript/core/utils/ios/index.d.ts:11
 Returns boolean
isRealDevice 
 defined in @nativescript/core/utils/ios/index.d.ts:20
 Returns boolean
joinPaths 
 defined in @nativescript/core/utils/ios/index.d.ts:15
| Parameter | Default | Description | 
paths |  | string[] | 
 Returns string
openFile 
 defined in @nativescript/core/utils/ios/index.d.ts:13
| Parameter | Default | Description | 
filePath |  | string | 
 Returns boolean
printCGRect 
 defined in @nativescript/core/utils/ios/index.d.ts:21
| Parameter | Default | Description | 
rect |  | CGRect | 
 Returns string
setWindowBackgroundColor 
 defined in @nativescript/core/utils/ios/index.d.ts:10
| Parameter | Default | Description | 
value |  | string | 
 Returns void
snapshotView 
 defined in @nativescript/core/utils/ios/index.d.ts:22
| Parameter | Default | Description | 
view |  | UIView | 
scale |  | number | 
 Returns UIImage
- Next
 - AccessibilityEvents