如题,今天的任务是Nasonry介绍与使用实践:快速上手Autolayout & 自己App项目的适配 & 遇到的问题及解决方法。Tips: .h与.m文件之间的切换快捷键 control + command + 上下键Tips:如何在Xib中设置Button的属性(圆角以及背景颜色)。Inspec...
分类:
移动开发 时间:
2015-09-15 10:40:30
阅读次数:
217
#iOS开发日报#iOS技术视频 这个是浩哥给大家录得视频,主要针对是拔高的,想要提升的学员,大家有需要的可以看一下。1 自适应布局Masonry Git:https://github.com/lanoudl/LO_Masonry 链接: http://pan.baidu.com/s/1jGpNYI...
分类:
移动开发 时间:
2015-09-10 12:26:44
阅读次数:
191
呐,Masonry 是用来布局的!CocoaPods上下载!呐,来吧!开始鸟语......下面是从View+MASAdditions.h中抽出来的方法。 1 /** 2 * Creates a MASConstraintMaker with the callee view. 3 * Any ...
分类:
其他好文 时间:
2015-08-30 17:25:11
阅读次数:
252
1.http://vit0.com/blog/2013/12/07/iosxue-xi-zhi-autolayout/2.http://adad184.com/2014/09/28/use-masonry-to-quick-solve-autolayout/
分类:
移动开发 时间:
2015-08-30 14:15:19
阅读次数:
137
AutoLayout - MasonryHistory and Something Insteresting手写代码的UI的自动布局在iOS6中引入的新特性iOS 6 brings an awesome new feature to the iPhone and iPad: Auto Layout, 以取代之前的 autoresizingMask
Masonry...
分类:
其他好文 时间:
2015-08-28 21:27:03
阅读次数:
220
MBProgressHud 可以展示进度条,正在联网等信息 https://github.com/jdg/MBProgressHUD/ Masonry 自动布局
分类:
其他好文 时间:
2015-08-27 15:36:43
阅读次数:
168
Masonry介绍与使用实践(快速上手Autolayout) 前言 1 MagicNumber -> autoresizingMask -> autolayout 以上是纯手写代码所经历的关于页面布局的三个时期 在iphone1-iphone3gs时代 window的size固定为(320,480) 我们...
分类:
其他好文 时间:
2015-08-25 17:08:40
阅读次数:
482
自动布局框架 Masonry PureLayout FLKAutoLayout KeepLayout UIView+Autolayout相关教程:iOS 开发实践之 Auto LayoutMasonry介绍与使用实践(快速上手Autolayout)IOS自动布局之Autore...
分类:
移动开发 时间:
2015-08-11 00:08:43
阅读次数:
406
//设置某个View的宽高比[thumbImageView mas_makeConstraints:^(MASConstraintMaker *make) { make.top.equalTo(@0); make.left.equalTo(@0); make.width.equal...
分类:
其他好文 时间:
2015-07-29 18:59:16
阅读次数:
1305
第一步、Base TableViewController 封装tableView的 数据源方法、代理方法。这里只给出cell height的代理函数部分: - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:.....
分类:
其他好文 时间:
2015-07-29 00:56:56
阅读次数:
469