Package org.robovm.apple.uikit
Class UIView
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIResponder
org.robovm.apple.uikit.UIView
- All Implemented Interfaces:
CALayerDelegate,NSCoding,NSObjectProtocol,UIAccessibilityIdentification,UIActivityItemsConfigurationProviding,UIAppearanceContainer,UICoordinateSpace,UIDynamicItem,UIFocusEnvironment,UIFocusItem,UIFocusItemContainer,UILargeContentViewerItem,UIPasteConfigurationSupporting,UIResponderStandardEditActions,UITraitEnvironment,UIUserActivityRestoring,ObjCProtocol
- Direct Known Subclasses:
ADBannerView,ARCoachingOverlayView,AVRoutePickerView,CAInterAppAudioSwitcherView,CAInterAppAudioTransportView,GLKView,HKActivityRingView,HMCameraView,LPLinkView,MKAnnotationView,MKCompassButton,MKMapView,MKOverlayView,MKScaleView,MKUserTrackingButton,MPVolumeView,MSStickerBrowserView,MSStickerView,MTKView,PDFThumbnailView,PDFView,PHLivePhotoView,RPSystemBroadcastPickerView,SCNView,SKView,UIActionSheet,UIActivityIndicatorView,UIAlertView,UICollectionReusableView,UIControl,UIEventAttributionView,UIImageView,UIInputView,UILabel,UIListContentView,UINavigationBar,UIPickerView,UIPopoverBackgroundView,UIProgressView,UIScrollView,UISearchBar,UIStackView,UITabBar,UITableViewCell,UITableViewHeaderFooterView,UIToolbar,UIVisualEffectView,UIWebView,UIWindow,WKWebView
public class UIView extends UIResponder implements NSCoding, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate, UIAccessibilityIdentification, UILargeContentViewerItem
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIView.UIViewPtrNested classes/interfaces inherited from class org.robovm.apple.uikit.UIResponder
UIResponder.UIResponderPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description UIView()protectedUIView(long handle)Deprecated.UIView(CGRect frame)UIView(NSCoder coder)protectedUIView(NSObject.Handle h, long handle)protectedUIView(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.uikit.UIResponder
becomeFirstResponder, buildMenu, canBecomeFirstResponder, canPasteItemProviders, canPerformAction, canResignFirstResponder, captureTextFromCamera, clearTextInputContextIdentifier, copy, cut, decreaseSize, delete, getActionTarget, getActivityItemsConfiguration, getEditingInteractionConfiguration, getInputAccessoryView, getInputAccessoryViewController, getInputAssistantItem, getInputView, getInputViewController, getKeyCommands, getNextResponder, getPasteConfiguration, getTextInputContextIdentifier, getTextInputMode, getUndoManager, getUserActivity, increaseSize, isFirstResponder, makeTextWritingDirectionLeftToRight, makeTextWritingDirectionRightToLeft, motionBegan, motionCancelled, motionEnded, paste, pasteAndGo, pasteAndMatchStyle, pasteAndSearch, pasteItemProviders, pressesBegan, pressesCancelled, pressesChanged, pressesEnded, print, reloadInputViews, remoteControlReceived, resignFirstResponder, restoreUserActivityState, select, selectAll, setActivityItemsConfiguration, setPasteConfiguration, setUserActivity, toggleBoldface, toggleItalics, toggleUnderline, touchesBegan, touchesCancelled, touchesEnded, touchesEstimatedPropertiesUpdated, touchesMoved, updateTextAttributes, updateUserActivityState, validateCommandMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
UIView
public UIView() -
UIView
Deprecated. -
UIView
-
UIView
-
UIView
-
UIView
-
-
Method Details
-
getLayerClass
-
isUserInteractionEnabled
public boolean isUserInteractionEnabled() -
setUserInteractionEnabled
public void setUserInteractionEnabled(boolean v) -
getTag
public long getTag() -
setTag
public void setTag(long v) -
getLayer
-
canBecomeFocused
public boolean canBecomeFocused()- Specified by:
canBecomeFocusedin interfaceUIFocusItem- Since:
- Available in iOS 9.0 and later.
-
isFocused
public boolean isFocused()- Since:
- Available in iOS 9.0 and later.
-
getFocusGroupIdentifier
- Specified by:
getFocusGroupIdentifierin interfaceUIFocusEnvironment- Since:
- Available in iOS 14.0 and later.
-
setFocusGroupIdentifier
- Since:
- Available in iOS 14.0 and later.
-
getFocusGroupPriority
public long getFocusGroupPriority()- Specified by:
getFocusGroupPriorityin interfaceUIFocusItem- Since:
- Available in iOS 15.0 and later.
-
setFocusGroupPriority
public void setFocusGroupPriority(long v)- Since:
- Available in iOS 15.0 and later.
-
getFocusEffect
- Specified by:
getFocusEffectin interfaceUIFocusItem- Since:
- Available in iOS 15.0 and later.
-
setFocusEffect
- Since:
- Available in iOS 15.0 and later.
-
getSemanticContentAttribute
- Since:
- Available in iOS 9.0 and later.
-
setSemanticContentAttribute
- Since:
- Available in iOS 9.0 and later.
-
getEffectiveUserInterfaceLayoutDirection
- Since:
- Available in iOS 10.0 and later.
-
getFrame
- Specified by:
getFramein interfaceUIFocusItem
-
setFrame
-
getBounds
- Specified by:
getBoundsin interfaceUICoordinateSpace- Specified by:
getBoundsin interfaceUIDynamicItem
-
setBounds
-
getCenter
- Specified by:
getCenterin interfaceUIDynamicItem
-
setCenter
- Specified by:
setCenterin interfaceUIDynamicItem
-
getTransform
- Specified by:
getTransformin interfaceUIDynamicItem
-
setTransform
- Specified by:
setTransformin interfaceUIDynamicItem
-
getTransform3D
- Since:
- Available in iOS 13.0 and later.
-
setTransform3D
- Since:
- Available in iOS 13.0 and later.
-
getContentScaleFactor
public double getContentScaleFactor() -
setContentScaleFactor
public void setContentScaleFactor(double v) -
isMultipleTouchEnabled
public boolean isMultipleTouchEnabled() -
setMultipleTouchEnabled
public void setMultipleTouchEnabled(boolean v) -
isExclusiveTouch
public boolean isExclusiveTouch() -
setExclusiveTouch
public void setExclusiveTouch(boolean v) -
autoresizesSubviews
public boolean autoresizesSubviews() -
setAutoresizesSubviews
public void setAutoresizesSubviews(boolean v) -
getAutoresizingMask
-
setAutoresizingMask
-
getSuperview
-
getSubviews
-
getWindow
-
getLayoutMargins
-
setLayoutMargins
-
getDirectionalLayoutMargins
- Since:
- Available in iOS 11.0 and later.
-
setDirectionalLayoutMargins
- Since:
- Available in iOS 11.0 and later.
-
preservesSuperviewLayoutMargins
public boolean preservesSuperviewLayoutMargins() -
setPreservesSuperviewLayoutMargins
public void setPreservesSuperviewLayoutMargins(boolean v) -
isInsetsLayoutMarginsFromSafeArea
public boolean isInsetsLayoutMarginsFromSafeArea()- Since:
- Available in iOS 11.0 and later.
-
setInsetsLayoutMarginsFromSafeArea
public void setInsetsLayoutMarginsFromSafeArea(boolean v)- Since:
- Available in iOS 11.0 and later.
-
getSafeAreaInsets
- Since:
- Available in iOS 11.0 and later.
-
getLayoutMarginsGuide
- Since:
- Available in iOS 9.0 and later.
-
getReadableContentGuide
- Since:
- Available in iOS 9.0 and later.
-
getSafeAreaLayoutGuide
- Since:
- Available in iOS 11.0 and later.
-
getKeyboardLayoutGuide
- Since:
- Available in iOS 15.0 and later.
-
clipsToBounds
public boolean clipsToBounds() -
setClipsToBounds
public void setClipsToBounds(boolean v) -
getBackgroundColor
-
setBackgroundColor
-
getAlpha
public double getAlpha() -
setAlpha
public void setAlpha(double v) -
isOpaque
public boolean isOpaque() -
setOpaque
public void setOpaque(boolean v) -
clearsContextBeforeDrawing
public boolean clearsContextBeforeDrawing() -
setClearsContextBeforeDrawing
public void setClearsContextBeforeDrawing(boolean v) -
isHidden
public boolean isHidden() -
setHidden
public void setHidden(boolean v) -
getContentMode
-
setContentMode
-
getMaskView
-
setMaskView
-
getTintColor
-
setTintColor
-
getTintAdjustmentMode
-
setTintAdjustmentMode
-
areAnimationsEnabled
public static boolean areAnimationsEnabled() -
getInheritedAnimationDuration
public static double getInheritedAnimationDuration()- Since:
- Available in iOS 9.0 and later.
-
getGestureRecognizers
-
setGestureRecognizers
-
getMotionEffects
-
setMotionEffects
-
getConstraints
-
translatesAutoresizingMaskIntoConstraints
public boolean translatesAutoresizingMaskIntoConstraints() -
setTranslatesAutoresizingMaskIntoConstraints
public void setTranslatesAutoresizingMaskIntoConstraints(boolean v) -
requiresConstraintBasedLayout
public static boolean requiresConstraintBasedLayout() -
getAlignmentRectInsets
-
getViewForFirstBaselineLayout
- Since:
- Available in iOS 9.0 and later.
-
getViewForLastBaselineLayout
- Since:
- Available in iOS 9.0 and later.
-
getIntrinsicContentSize
-
getLayoutGuides
- Since:
- Available in iOS 9.0 and later.
-
getLeadingAnchor
- Since:
- Available in iOS 9.0 and later.
-
getTrailingAnchor
- Since:
- Available in iOS 9.0 and later.
-
getLeftAnchor
- Since:
- Available in iOS 9.0 and later.
-
getRightAnchor
- Since:
- Available in iOS 9.0 and later.
-
getTopAnchor
- Since:
- Available in iOS 9.0 and later.
-
getBottomAnchor
- Since:
- Available in iOS 9.0 and later.
-
getWidthAnchor
- Since:
- Available in iOS 9.0 and later.
-
getHeightAnchor
- Since:
- Available in iOS 9.0 and later.
-
getCenterXAnchor
- Since:
- Available in iOS 9.0 and later.
-
getCenterYAnchor
- Since:
- Available in iOS 9.0 and later.
-
getFirstBaselineAnchor
- Since:
- Available in iOS 9.0 and later.
-
getLastBaselineAnchor
- Since:
- Available in iOS 9.0 and later.
-
hasAmbiguousLayout
public boolean hasAmbiguousLayout() -
getRestorationIdentifier
-
setRestorationIdentifier
-
getOverrideUserInterfaceStyle
- Since:
- Available in iOS 13.0 and later.
-
setOverrideUserInterfaceStyle
- Since:
- Available in iOS 13.0 and later.
-
getMinimumContentSizeCategory
-
setMinimumContentSizeCategory
-
getMaximumContentSizeCategory
-
setMaximumContentSizeCategory
-
getAppliedContentSizeCategoryLimitsDescription
-
getInteractions
- Since:
- Available in iOS 11.0 and later.
-
setInteractions
- Since:
- Available in iOS 11.0 and later.
-
isAccessibilityIgnoresInvertColors
public boolean isAccessibilityIgnoresInvertColors()- Since:
- Available in iOS 11.0 and later.
-
setAccessibilityIgnoresInvertColors
public void setAccessibilityIgnoresInvertColors(boolean v)- Since:
- Available in iOS 11.0 and later.
-
showsLargeContentViewer
public boolean showsLargeContentViewer()- Specified by:
showsLargeContentViewerin interfaceUILargeContentViewerItem- Since:
- Available in iOS 13.0 and later.
-
setShowsLargeContentViewer
public void setShowsLargeContentViewer(boolean v)- Since:
- Available in iOS 13.0 and later.
-
getLargeContentTitle
- Specified by:
getLargeContentTitlein interfaceUILargeContentViewerItem- Since:
- Available in iOS 13.0 and later.
-
setLargeContentTitle
- Since:
- Available in iOS 13.0 and later.
-
getLargeContentImage
- Specified by:
getLargeContentImagein interfaceUILargeContentViewerItem- Since:
- Available in iOS 13.0 and later.
-
setLargeContentImage
- Since:
- Available in iOS 13.0 and later.
-
isScalesLargeContentImage
public boolean isScalesLargeContentImage()- Specified by:
isScalesLargeContentImagein interfaceUILargeContentViewerItem- Since:
- Available in iOS 13.0 and later.
-
setScalesLargeContentImage
public void setScalesLargeContentImage(boolean v)- Since:
- Available in iOS 13.0 and later.
-
getLargeContentImageInsets
- Specified by:
getLargeContentImageInsetsin interfaceUILargeContentViewerItem- Since:
- Available in iOS 13.0 and later.
-
setLargeContentImageInsets
- Since:
- Available in iOS 13.0 and later.
-
getCollisionBoundsType
- Specified by:
getCollisionBoundsTypein interfaceUIDynamicItem- Since:
- Available in iOS 9.0 and later.
-
getCollisionBoundingPath
- Specified by:
getCollisionBoundingPathin interfaceUIDynamicItem- Since:
- Available in iOS 9.0 and later.
-
getTraitCollection
- Specified by:
getTraitCollectionin interfaceUITraitEnvironment
-
isTransparentFocusItem
public boolean isTransparentFocusItem()- Specified by:
isTransparentFocusItemin interfaceUIFocusItem- Since:
- Available in iOS 15.0 and later.
-
getPreferredFocusEnvironments
- Specified by:
getPreferredFocusEnvironmentsin interfaceUIFocusEnvironment
-
getParentFocusEnvironment
- Specified by:
getParentFocusEnvironmentin interfaceUIFocusEnvironment- Since:
- Available in iOS 12.0 and later.
-
getFocusItemContainer
- Specified by:
getFocusItemContainerin interfaceUIFocusEnvironment- Since:
- Available in iOS 12.0 and later.
-
getPreferredFocusedView
Deprecated.Deprecated in iOS 10.0. Use preferredFocusEnvironments- Specified by:
getPreferredFocusedViewin interfaceUIFocusEnvironment- Since:
- Available in iOS 9.0 and later.
-
getCoordinateSpace
- Specified by:
getCoordinateSpacein interfaceUIFocusItemContainer
-
getAccessibilityIdentifier
- Specified by:
getAccessibilityIdentifierin interfaceUIAccessibilityIdentification
-
setAccessibilityIdentifier
- Specified by:
setAccessibilityIdentifierin interfaceUIAccessibilityIdentification
-
NoIntrinsicMetric
public static double NoIntrinsicMetric() -
init
-
init
-
getUserInterfaceLayoutDirection
public static UIUserInterfaceLayoutDirection getUserInterfaceLayoutDirection(UISemanticContentAttribute attribute)- Since:
- Available in iOS 9.0 and later.
-
getUserInterfaceLayoutDirection
public static UIUserInterfaceLayoutDirection getUserInterfaceLayoutDirection(UISemanticContentAttribute semanticContentAttribute, UIUserInterfaceLayoutDirection layoutDirection)- Since:
- Available in iOS 10.0 and later.
-
hitTest
-
isPointInside
-
convertPointToView
-
convertPointFromView
-
convertRectToView
-
convertRectFromView
-
getSizeThatFits
-
sizeToFit
public void sizeToFit() -
removeFromSuperview
public void removeFromSuperview() -
insertSubview
-
exchangeSubview
public void exchangeSubview(long index1, long index2) -
addSubview
-
insertSubviewBelow
-
insertSubviewAbove
-
bringSubviewToFront
-
sendSubviewToBack
-
didAddSubview
-
willRemoveSubview
-
willMoveToSuperview
-
didMoveToSuperview
public void didMoveToSuperview() -
willMoveToWindow
-
didMoveToWindow
public void didMoveToWindow() -
isDescendantOf
-
getViewWithTag
-
setNeedsLayout
public void setNeedsLayout() -
layoutIfNeeded
public void layoutIfNeeded() -
layoutSubviews
public void layoutSubviews() -
layoutMarginsDidChange
public void layoutMarginsDidChange() -
safeAreaInsetsDidChange
public void safeAreaInsetsDidChange()- Since:
- Available in iOS 11.0 and later.
-
draw
-
setNeedsDisplay
public void setNeedsDisplay() -
setNeedsDisplay
-
tintColorDidChange
public void tintColorDidChange() -
setAnimationsEnabled
public static void setAnimationsEnabled(boolean enabled) -
performWithoutAnimation
-
animate
public static void animate(double duration, double delay, UIViewAnimationOptions options, Runnable animations, VoidBooleanBlock completion) -
animate
-
animate
-
animate
public static void animate(double duration, double delay, double dampingRatio, double velocity, UIViewAnimationOptions options, Runnable animations, VoidBooleanBlock completion) -
transition
public static void transition(UIView view, double duration, UIViewAnimationOptions options, Runnable animations, VoidBooleanBlock completion) -
transition
public static void transition(UIView fromView, UIView toView, double duration, UIViewAnimationOptions options, VoidBooleanBlock completion) -
performSystemAnimation
public static void performSystemAnimation(UISystemAnimation animation, NSArray<UIView> views, UIViewAnimationOptions options, Runnable parallelAnimations, VoidBooleanBlock completion) -
modifyAnimations
- Since:
- Available in iOS 13.0 and later.
-
animateKeyframes
public static void animateKeyframes(double duration, double delay, UIViewKeyframeAnimationOptions options, Runnable animations, VoidBooleanBlock completion) -
addKeyframe
-
addGestureRecognizer
-
removeGestureRecognizer
-
gestureRecognizerShouldBegin
-
addMotionEffect
-
removeMotionEffect
-
addConstraint
-
addConstraints
-
removeConstraint
-
removeConstraints
-
updateConstraintsIfNeeded
public void updateConstraintsIfNeeded() -
updateConstraints
public void updateConstraints() -
needsUpdateConstraints
public boolean needsUpdateConstraints() -
setNeedsUpdateConstraints
public void setNeedsUpdateConstraints() -
getAlignmentRectForFrame
-
getFrameForAlignmentRect
-
getViewForBaselineLayout
Deprecated.Deprecated in iOS 9.0. Override -viewForFirstBaselineLayout or -viewForLastBaselineLayout as appropriate, instead -
invalidateIntrinsicContentSize
public void invalidateIntrinsicContentSize() -
getContentHuggingPriority
-
setContentHuggingPriority
-
getContentCompressionResistancePriority
-
setContentCompressionResistancePriority
-
getSystemLayoutSizeFittingSize
-
getSystemLayoutSizeFittingSize
-
addLayoutGuide
- Since:
- Available in iOS 9.0 and later.
-
removeLayoutGuide
- Since:
- Available in iOS 9.0 and later.
-
getConstraintsAffectingLayout
-
exerciseAmbiguityInLayout
public void exerciseAmbiguityInLayout() -
encodeRestorableState
-
decodeRestorableState
-
getSnapshot
-
getResizableSnapshot
-
drawViewHierarchy
-
beginAnimations
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
commitAnimations
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationDelegate
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationWillStartSelector
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationDidStopSelector
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationDurationInSeconds
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationDelay
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationStartDate
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationCurve
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationRepeatCount
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationRepeatAutoreverses
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationBeginsFromCurrentState
Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
setAnimationTransition
@Deprecated public static void setAnimationTransition(UIViewAnimationTransition transition, UIView view, boolean cache)Deprecated.Deprecated in iOS 13.0. Use the block-based animation API instead -
addInteraction
- Since:
- Available in iOS 11.0 and later.
-
removeInteraction
- Since:
- Available in iOS 11.0 and later.
-
endEditing
public boolean endEditing(boolean force) -
getViewPrintFormatter
-
draw
-
encode
-
traitCollectionDidChange
- Specified by:
traitCollectionDidChangein interfaceUITraitEnvironment
-
convertPointToCoordinateSpace
- Specified by:
convertPointToCoordinateSpacein interfaceUICoordinateSpace
-
convertPointFromCoordinateSpace
- Specified by:
convertPointFromCoordinateSpacein interfaceUICoordinateSpace
-
convertRectToCoordinateSpace
- Specified by:
convertRectToCoordinateSpacein interfaceUICoordinateSpace
-
convertRectFromCoordinateSpace
- Specified by:
convertRectFromCoordinateSpacein interfaceUICoordinateSpace
-
didHintFocusMovement
- Specified by:
didHintFocusMovementin interfaceUIFocusItem- Since:
- Available in iOS 12.0 and later.
-
setNeedsFocusUpdate
public void setNeedsFocusUpdate()- Specified by:
setNeedsFocusUpdatein interfaceUIFocusEnvironment
-
updateFocusIfNeeded
public void updateFocusIfNeeded()- Specified by:
updateFocusIfNeededin interfaceUIFocusEnvironment
-
shouldUpdateFocus
- Specified by:
shouldUpdateFocusin interfaceUIFocusEnvironment
-
didUpdateFocus
- Specified by:
didUpdateFocusin interfaceUIFocusEnvironment
-
focusItemsInRect
- Specified by:
focusItemsInRectin interfaceUIFocusItemContainer
-
displayLayer
- Specified by:
displayLayerin interfaceCALayerDelegate
-
drawLayer
- Specified by:
drawLayerin interfaceCALayerDelegate
-
willDrawLayer
- Specified by:
willDrawLayerin interfaceCALayerDelegate- Since:
- Available in iOS 10.0 and later.
-
layoutSublayers
- Specified by:
layoutSublayersin interfaceCALayerDelegate
-
getAction
- Specified by:
getActionin interfaceCALayerDelegate
-