Package org.robovm.apple.uikit
Class UIKeyboardAnimation
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.uikit.UIKeyboardAnimation
public class UIKeyboardAnimation extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIKeyboardAnimation.AsListMarshalerstatic classUIKeyboardAnimation.Keysstatic classUIKeyboardAnimation.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description UIKeyboardAnimation() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)UIViewAnimationCurvegetAnimationCurve()doublegetAnimationDuration()CGRectgetEndFrame()CGRectgetStartFrame()booleanhas(NSString key)booleanisLocal()UIKeyboardAnimationset(NSString key, NSObject value)UIKeyboardAnimationsetAnimationCurve(UIViewAnimationCurve animationCurve)UIKeyboardAnimationsetAnimationDuration(double animationDuration)UIKeyboardAnimationsetEndFrame(CGRect endFrame)UIKeyboardAnimationsetLocal(boolean local)UIKeyboardAnimationsetStartFrame(CGRect startFrame)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
UIKeyboardAnimation
public UIKeyboardAnimation()
-
-
Method Details
-
has
-
get
-
set
-
getStartFrame
-
setStartFrame
-
getEndFrame
-
setEndFrame
-
getAnimationDuration
public double getAnimationDuration() -
setAnimationDuration
-
getAnimationCurve
-
setAnimationCurve
-
isLocal
public boolean isLocal()- Since:
- Available in iOS 9.0 and later.
-
setLocal
- Since:
- Available in iOS 9.0 and later.
-