Skip to content

Commit

Permalink
Merge pull request #6 from jstart/patch-2
Browse files Browse the repository at this point in the history
Is it 6 or 7? Podspec specifies 7+
  • Loading branch information
nsomar committed Jun 21, 2015
2 parents 671e685 + 896a133 commit 1c7b3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

iOS 9 introduced the very cool [UIStackView](https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIStackView_Class_Reference/), UIStackView can be used to easily create simple and complex layouts.

As expected `UIStackView` can only be used for iOS9 and up. This project tries to port back the stackview to iOS 6+.
As expected `UIStackView` can only be used for iOS 9 and up. This project tries to port back the stackview to iOS 7+.

`OAStackView` aims at replicating all the features in `UIStackView`

Expand Down

0 comments on commit 1c7b3bf

Please sign in to comment.