SDAutoLayout icon indicating copy to clipboard operation
SDAutoLayout copied to clipboard

大佬看下我这样写有什么问题

Open wdq123550 opened this issue 7 years ago • 1 comments

UIView *view1 = [[UIView alloc] init]; view1.translatesAutoresizingMaskIntoConstraints = NO; [self.view addSubview:view1]; view1.sd_layout.heightIs(100).spaceToSuperView(UIEdgeInsetsMake(84, 5, FLT_MAX, 5)); view1.backgroundColor = [UIColor redColor];

wdq123550 avatar Nov 01 '18 07:11 wdq123550

不显示

wdq123550 avatar Nov 01 '18 07:11 wdq123550