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
publicvarheightConstraint:NSLayoutConstraint?{get}publicvarwidthConstraint:NSLayoutConstraint?{get}publicfunc setAnchors(top:UIView?=nil, bottom:UIView?=nil, left:UIView?=nil, right:UIView?=nil)
public func setConstraintsToView(top:UIView?=nil, tConst:CGFloat=0, bottom:UIView?=nil, bConst:CGFloat=0, left:UIView?=nil, lConst:CGFloat=0, right:UIView?=nil, rConst:CGFloat=0)
public func centerSubView(_ view:UIView)
public func setSquareUsingWidthReference()
public func setSquarUsignHeightReference()
public func setHeightByAspectRatio(_ ratio:CGFloat)
public func setHeightConstraint(_ height:CGFloat)
public func setWidthConstraint(_ width:CGFloat)
public func alignCenter(to view:UIView)
public convenience init(color:UIColor)
public func setCornerBorder(color:UIColor?=nil, cornerRadius:CGFloat= 12.0, borderWidth:CGFloat= 1.5)
public func setCircular(color:UIColor?=nil, borderWidth:CGFloat= 5.0)
public func setBlurredBorder(shadowRadius:CGFloat= 15.0, inset:CGFloat=10, corner:CGFloat=10)
public func addSubViews(_ views:[UIView])
public func removeSubviews()
public func setAsShadow(bounds:CGRect, cornerRadius:CGFloat= 0.0, shadowRadius:CGFloat=1)
public func getZeroHeightConstraint(attachToView:UIView)-> NSLayoutConstraint
public func addGestureRecognizers(_ recognizers:[UIGestureRecognizer], _ delegate:UIGestureRecognizerDelegate)
public func addBlurryEffect(_ style:UIBlurEffect.Style=.light)
UIButton
publicfunc setImage(_ image:UIImage?)
public func setTitle(_ text:String?)
public func setTitleImageSpacing(spacing:CGFloat, imgPadding:CGFloat= 0.0)