Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
1 answer
863 views

IBDesignable rendering NSLayoutConstraint subclass

I have develop a DeviceLayout Library enter link description here this library provide DeviceLayoutConstraint to set AutoLayout constant per device size import UIKit import Device class ...
Cruz's user avatar
  • 2,632
7 votes
3 answers
854 views

Some sort of "global" for IBDesignables?

In storyboard have a UIView, with a constraint for example "0.1" proportional height. Imagine you have a similar constraint "0.1", on views in many different scenes. Say you want to change the value ...
Fattie's user avatar
  • 12.5k