sizeClass和autolayout學習資源整理

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

純代碼添加布局約束  http://jixuqianxing.github.io/blog/2014/12/11/20141212/

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

FLKAutoLayout是一個UIView category,可以在代碼中簡單創建佈局約束。
FLKAutoLayout可使用易於閱讀的語法來創建簡單的約束,並提供很多便捷的方法一次性在多個視圖間創建複雜的約束。

一個快速使用autolayout 的庫 
http://adad184.com/2014/09/28/use-masonry-to-quick-solve-autolayout/?from=timeline&isappinstalled=0

還有一些大神的博客

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/

動態計算UITableViewCell高度詳解 http://www.ifun.cc/blog/2014/02/21/dong-tai-ji-suan-uitableviewcellgao-du-xiang-jie/



發佈了65 篇原創文章 · 獲贊 11 · 訪問量 14萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章