You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// have top & leading & bottom & trailing, you can put you want, not all
label.mLaySafe(pin: .init(top: 10, leading: 10, trailing: 10), to: view)
// if you want Alignment the superView, you can quick use
label.mLaySafe(pin: .init(top: 10, leading: 10, trailing: 10))
multiplier / constant / active / priority
Nearly all quick way can add the setting
Use Chain
label
.mLayChain(.width, 100)
.mLayChain(.height, 50)
.mLayChainCenterXY()
the same method with mLay, call the mLayChain
mLay return NSLayoutConstraint
mLayChain return property self
so you can Chain together