Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 665 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 665 Bytes

iOS-Scrolling-Autolayout

An iOS 7 project that demonstrates using autolayout inside UIScrollView. Uses FLKAutolayout.

Stacked Layout

Demonstrates a technique to stack an array of UIViews inside another content UIView.

Image Scrolling Layout

Demonstrates a technique for adding a large image inside a UIScrollView using auto layout exclusively. Based on code from https://developer.apple.com/library/ios/technotes/tn2154/_index.html

Stacked Scrolling Layout

Demonstrates a technique for adding an array of UIViews arranged in a vertical orientation into a UIScrollView.