1 //查看全文2 [self.moreBtn mas_makeConstraints:^(MASConstraintMaker *make) {3 make.top.equalTo (self.contentLabel.mas_bot...
分类:
其他好文 时间:
2015-07-03 18:45:07
阅读次数:
539
1.Masonryhttp://adad184.com/2014/09/28/use-masonry-to-quick-solve-autolayout/2.调试http://www.cnblogs.com/Leo_wl/p/4423922.html3.动画http://my.oschina.net...
分类:
移动开发 时间:
2015-07-02 15:35:17
阅读次数:
123
Masonry是一个轻量级的布局框架,拥有自己的描述语法,采用更优雅的链式语法封装自动布局,简洁明了并具有高可读性,而且同时支持 iOS 和 Max OS X。Masonry是一个用代码写iOS或OS界面的库,可以代替Auto layout。Masonry的github地址:https://gith...
分类:
移动开发 时间:
2015-07-02 11:58:02
阅读次数:
404
#import "FourViewController.h"
#import "View+MASAdditions.h"
#import "FiveViewControllerr.h"
#define WS(weakSelf) __weak __typeof(&*self)weakSelf = self;
#define SCREEN_WIDTH [UIScreen mainScreen...
分类:
移动开发 时间:
2015-07-01 12:25:27
阅读次数:
202
http://www.cnblogs.com/xyzaijing/p/4049169.htmlMasonry是一个轻量级的封装了Autolayout框架https://github.com/Masonry/Masonrygithub页面上给出了使用Masonry和Autolayout实现同样效果代码...
分类:
其他好文 时间:
2015-06-25 21:07:55
阅读次数:
235
如果说自动布局解救了多屏幕适配,那众多三方库的出现就解救了系统自动布局的写法。Masonry就是其中一个。在Github上,Masonry已经得到5000+个star,用法上也比较简单灵活,很大程度上替代了传统的NSLayoutConstraint布局方式。本文将利用几个案例来讲解Masonry的使...
分类:
其他好文 时间:
2015-06-24 18:16:05
阅读次数:
132
Masonry详解前言1 MagicNumber -> autoresizingMask -> autolayout以上是纯手写代码所经历的关于页面布局的三个时期在iphone1-iphone3gs时代 window的size固定为(320,480) 我们只需要简单计算一下相对位置就好了在iphon...
分类:
移动开发 时间:
2015-06-23 15:14:59
阅读次数:
309
介绍,入门:http://www.cocoachina.com/ios/20141219/10702.html下载:http://code.cocoachina.com/detail/301146/%E8%87%AA%E5%8A%A8%E5%B8%83%E5%B1%80%EF%BC%8CMason....
分类:
其他好文 时间:
2015-06-22 10:59:02
阅读次数:
100