EZLayout icon indicating copy to clipboard operation
EZLayout copied to clipboard

A new take on iOS layouts using percentages. Goodbye autolayout.

Results 1 EZLayout issues
Sort by recently updated
recently updated
newest added

What would be the right way to deal with this problem? This when used in UITableViewCell. For example, after using: ``` EZLayoutSize *size = [EZLayoutSize widthPercentage:0.77 scaleFactor:1.0]; ``` I see...