|
|
@ -88,7 +88,6 @@ CGFloat ScaleFromIPhone5(CGFloat iPhone5Value);
|
|
|
|
- (NSLayoutConstraint *)autoPinTopToSuperviewMarginWithInset:(CGFloat)margin;
|
|
|
|
- (NSLayoutConstraint *)autoPinTopToSuperviewMarginWithInset:(CGFloat)margin;
|
|
|
|
- (NSLayoutConstraint *)autoPinBottomToSuperviewMargin;
|
|
|
|
- (NSLayoutConstraint *)autoPinBottomToSuperviewMargin;
|
|
|
|
- (NSLayoutConstraint *)autoPinBottomToSuperviewMarginWithInset:(CGFloat)margin;
|
|
|
|
- (NSLayoutConstraint *)autoPinBottomToSuperviewMarginWithInset:(CGFloat)margin;
|
|
|
|
- (NSLayoutConstraint *)autoPinVCenterToSuperviewVCenter;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- (NSLayoutConstraint *)autoPinLeadingToTrailingEdgeOfView:(UIView *)view;
|
|
|
|
- (NSLayoutConstraint *)autoPinLeadingToTrailingEdgeOfView:(UIView *)view;
|
|
|
|
- (NSLayoutConstraint *)autoPinLeadingToTrailingEdgeOfView:(UIView *)view offset:(CGFloat)margin;
|
|
|
|
- (NSLayoutConstraint *)autoPinLeadingToTrailingEdgeOfView:(UIView *)view offset:(CGFloat)margin;
|
|
|
|