HandyAutoLayout icon indicating copy to clipboard operation
HandyAutoLayout copied to clipboard

handy categories for generate NSLayoutConstraint programmatically, and layout your Frame easy

Results 5 HandyAutoLayout issues
Sort by recently updated
recently updated
newest added

以下这些方法从名称上不能准确的知道其作用,要写代码验证。 `- (void)fromTheTop:(CGFloat)distance ofView:(UIView *)view;` `- (void)fromTheRelativeTop:(CGFloat)distance ofView:(UIView *)view screenType:(UIScreenType)screenType;` `- (void)relativeTopInContainer:(CGFloat)top shouldResize:(BOOL)shouldResize screenType:(UIScreenType)screenType;`

The MIT license mark is displayed incorrectly in README.md.

大哥啊,你一言不合就改方法调用,这样对我们使用这影响很大啊,height 改成了ct_height,大哥能不能不要这么任性

> code ``` [self.view addConstraints:[self.view1 constraintsSize:CGSizeMake(50, 30)]]; [self.view addConstraints:[self.view1 constraintsTopInContainer:10.0f]]; [self.view addConstraints:[self.view1 constraintsTopInContainer:20.0f]]; ``` > console ``` 2016-09-02 19:53:50.192 FaiChouTest[3223:179657] Unable to simultaneously satisfy constraints. Probably at least one of...