码迷,mamicode.com
首页 > 其他好文 > 详细

三方框架之masonry

时间:2015-11-11 14:58:40      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:

这个详细的介绍:http://www.cocoachina.com/ios/20141219/10702.html

Masonry 源码:https://github.com/Masonry/Masonry

Masonry支持属性与NSLayoutAttrubute的对照表如下

技术分享

 

使用, 导入Masonry ,包含#import "Masonry.h"文件,

[self.detailView mas_makeConstraints:^(MASConstraintMaker *make) {

        make.top.equalTo(self.scrollView).with.offset(0);

        make.width.equalTo(self.view).with.offset(0);

    }];

具体做法头连接有

三方框架之masonry

标签:

原文地址:http://www.cnblogs.com/10-19-92/p/4955950.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!