Uses of Class
org.robovm.apple.uikit.NSLayoutAttribute
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSLayoutAttribute in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSLayoutAttribute Modifier and Type Method Description NSLayoutAttributeNSLayoutConstraint. getFirstAttribute()NSLayoutAttributeNSLayoutConstraint. getSecondAttribute()static NSLayoutAttributeNSLayoutAttribute. valueOf(long n)Returns the enum constant of this type with the specified name.static NSLayoutAttributeNSLayoutAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static NSLayoutAttribute[]NSLayoutAttribute. 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 NSLayoutAttribute Modifier and Type Method Description protected static longNSLayoutConstraint. create(NSObject view1, NSLayoutAttribute attr1, NSLayoutRelation relation, NSObject view2, NSLayoutAttribute attr2, double multiplier, double c)Constructors in org.robovm.apple.uikit with parameters of type NSLayoutAttribute Constructor Description NSLayoutConstraint(NSObject view1, NSLayoutAttribute attr1, NSLayoutRelation relation, NSObject view2, NSLayoutAttribute attr2, double multiplier, double c)