-
Methods in org.robovm.apple.uikit that return UIAttachmentBehavior
| Modifier and Type |
Method |
Description |
static UIAttachmentBehavior |
UIAttachmentBehavior.getFixedAttachment(UIDynamicItem item1,
UIDynamicItem item2,
CGPoint point) |
|
static UIAttachmentBehavior |
UIAttachmentBehavior.getLimitAttachment(UIDynamicItem item1,
UIOffset offset1,
UIDynamicItem item2,
UIOffset offset2) |
|
static UIAttachmentBehavior |
UIAttachmentBehavior.getPinAttachment(UIDynamicItem item1,
UIDynamicItem item2,
CGPoint point) |
|
static UIAttachmentBehavior |
UIAttachmentBehavior.getSlidingAttachment(UIDynamicItem item,
CGPoint point,
CGVector axis) |
|
static UIAttachmentBehavior |
UIAttachmentBehavior.getSlidingAttachment(UIDynamicItem item1,
UIDynamicItem item2,
CGPoint point,
CGVector axis) |
|