UIView-AutoLayout
UIView-AutoLayout copied to clipboard
Deprecated in favor of PureLayout, which includes OS X support:
Results
1
UIView-AutoLayout issues
Sort by
recently updated
recently updated
newest added
- (NSArray *)autoDistributeViewsAlongAxis:(ALAxis)axis withFixedSize:(CGFloat)size insetSpacing:(BOOL)shouldSpaceInsets alignment:(NSLayoutFormatOptions)alignment then if (shouldSpaceInsets) { multiplier = (i \* 2.0f + 2.0f) / (numberOfViews + 1.0f); constant = (multiplier - 1.0f) \* size / 2.0f;...