Uses of Class
org.robovm.apple.uikit.UILayoutConstraintAxis
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UILayoutConstraintAxis in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UILayoutConstraintAxis Modifier and Type Method Description UILayoutConstraintAxisUIStackView. getAxis()static UILayoutConstraintAxisUILayoutConstraintAxis. valueOf(long n)Returns the enum constant of this type with the specified name.static UILayoutConstraintAxisUILayoutConstraintAxis. valueOf(String name)Returns the enum constant of this type with the specified name.static UILayoutConstraintAxis[]UILayoutConstraintAxis. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UILayoutConstraintAxis Modifier and Type Method Description NSArray<NSLayoutConstraint>UILayoutGuide. getConstraintsAffectingLayout(UILayoutConstraintAxis axis)NSArray<NSLayoutConstraint>UIView. getConstraintsAffectingLayout(UILayoutConstraintAxis axis)floatUIView. getContentCompressionResistancePriority(UILayoutConstraintAxis axis)floatUIView. getContentHuggingPriority(UILayoutConstraintAxis axis)voidUIStackView. setAxis(UILayoutConstraintAxis v)voidUIView. setContentCompressionResistancePriority(float priority, UILayoutConstraintAxis axis)voidUIView. setContentHuggingPriority(float priority, UILayoutConstraintAxis axis)