I like to add phrases (icon and text also imageview and label) as subviews in a Base UIView. The phrases are displayed randomly and positioned.
Is there an easy to use method to get the free space, region, or possible region (by size) for subviews on a UIView?
Thanks
There’s nothing built-in that does that. You’d have to calculate it yourself from the
subviewsarray of thesuperview.