Bretra

Results 12 issues of Bretra

给你点个赞,感谢你的分享

如何实现拖拽,移动

大佬,请支持下横屏模式,谢谢!!!

代码里面为什么没有支持iPhone x呢!

pod可否支持下

for (int i = 0; i < lines; ++i) { for (int j = 0; j < cols; ++j) { FaceButton *btn = [FaceButton buttonWithType:UIButtonTypeCustom]; btn.frame = CGRectMake(j*item+edgeDistance+j*hMargin,i*item+(i+1)*vMargin,item,item); [btn addTarget:self...

### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [x] I have looked at the [Documentation](https://github.com/SnapKit/Masonry/blob/master/README.md) *...