All Questions
Tagged with ibinspectable nslayoutconstraint
2 questions
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 ...
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 ...