An open API service indexing awesome lists of open source software.

https://github.com/skyhacker2/autolayouttest

AutoLayout Test.
https://github.com/skyhacker2/autolayouttest

Last synced: 12 months ago
JSON representation

AutoLayout Test.

Awesome Lists containing this project

README

          

# AutoLayout Test

## 1 AutoLayout with UIScrollView

[Reference](https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/AutolayoutPG/WorkingwithScrollViews.html#//apple_ref/doc/uid/TP40010853-CH24-SW1)

![image](./images/1.png)

## 2 Self-Sizing Tableviewcell

[Reference](https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/AutolayoutPG/WorkingwithSelf-SizingTableViewCells.html#//apple_ref/doc/uid/TP40010853-CH25-SW1)

![image](./images/2.png)

## 3 Center UIImageView + UILabel

[Reference](http://www.jianshu.com/p/ed245667ce5d)

![image](./images/3.png)