using xcode's interface builder, how set width of abc view 30% width of zyz view? in case, xyz view can super view of abc view or can view on same view hierarchy level.
select 2 views, , give them equal width constraint. edit constraint make multiplier 0.3 (or 3.33 depending on item first 1 in constraint).
Comments
Post a Comment