sizeClass和autolayout学习资源整理

时间:2021-09-09 10:55:56

sizeClass和autolayout,看来不得不開始放弃frame的写法,收集点资料集中学习下

Adaptivity User Interfaces苹果官方文档:https://developer.apple.com/design/adaptivity/

sizeClass苹果官方文档:  https://developer.apple.com/library/ios/recipes/xcode_help-IB_adaptive_sizes/_index.html#//apple_ref/doc/uid/TP40014436

autolayout苹果官方文档: https://developer.apple.com/library/ios/recipes/xcode_help-IB_auto_layout/_index.html#//apple_ref/doc/uid/TP40014226

Auto Layout Guide:https://developer.apple.com/library/ios/documentation/userexperience/conceptual/AutolayoutPG/Introduction/Introduction.html

AutoLayout相关概念介绍和动画demo http://www.cocoachina.com/ios/20140619/8882.html

为iPhone 6设计自适应布局:http://www.cocoachina.com/ios/20141020/9978.html

iPhone6分辨率与适配:   http://www.cocoachina.com/ios/20140912/9601.html

Size Classes with Xcode 6: http://www.cocoachina.com/ios/20141015/9919.html

Swift自适应布局(Adaptive Layout)教程(一):http://www.cocoachina.com/swift/20141013/9893.html

Swift自适应布局(Adaptive Layout)教程(二) :http://www.cocoachina.com/ios/20141014/9908.html

開始iOS 7中自己主动布局教程(一):http://www.cocoachina.com/ios/20131203/7462.html

開始iOS 7中自己主动布局教程(二):http://www.raywenderlich.com/50319/beginning-auto-layout-tutorial-in-ios-7-part-2

iOS自己主动布局--UIStackPanel和UIGridPanel:http://www.cocoachina.com/ios/20141013/9898.html

我是如何克服忧虑并爱上Cocoa Auto Layout:http://www.cocoachina.com/ios/20140521/8498.html

AutoLayout(自己主动布局)入门  http://blog.csdn.net/meegomeego/article/details/17021415

细数AutoLayout以来UIView和UIViewController新增的相关API http://www.cocoachina.com/ios/20141026/10045.html

理解iOS 8中的Self Sizing Cells和Dynamic Type http://www.cocoachina.com/ios/20140922/9717.html

FLKAutoLayout是一个UIView category,能够在代码中简单创建布局约束。
FLKAutoLayout可使用易于阅读的语法来创建简单的约束,并提供非常多便捷的方法一次性在多个视图间创建复杂的约束。

另一些大神的博客

http://www.cnblogs.com/fengquanwang/p/3998526.html

http://onevcat.com/2014/07/ios-ui-unique/

http://www.cnblogs.com/wfwenchao/p/4015333.html

http://www.cocoachina.com/ios/20140926/9766.html

http://www.appcoda.com/introduction-auto-layout/

欢迎有相关资料的童鞋补充   相互学习!