Namespaces
Utils.ios
Summary β
Namespaces
Variables
Functions
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