mirror of https://github.com/SnapKit/SnapKit
Update README.md
This commit is contained in:
parent
7ba2c3f99f
commit
b4c8748794
|
@ -1,7 +1,6 @@
|
||||||
# Snappy
|
# Snappy
|
||||||
|
|
||||||
Snappy is a light-weight layout framework which wraps AutoLayout with a nicer syntax. Snappy has its own layout DSL which provides a chainable way of describing your NSLayoutConstraints which results in layout code that is more concise and readable.
|
Snappy is a light-weight layout framework which wraps AutoLayout with a nicer syntax. Snappy has its own layout DSL which provides a chainable way of describing your NSLayoutConstraints which results in layout code that is more concise and readable.
|
||||||
Snappy supports iOS and Mac OS X.
|
|
||||||
|
|
||||||
> Snappy uses some Swift only features like function overloading it cannot be used from Objective-C. Because of this we’ve chosen to swap prefixes from Masonry’s `mas_` to `snp_` so you can use both Masonry and Snappy in the same project.
|
> Snappy uses some Swift only features like function overloading it cannot be used from Objective-C. Because of this we’ve chosen to swap prefixes from Masonry’s `mas_` to `snp_` so you can use both Masonry and Snappy in the same project.
|
||||||
|
|
||||||
|
@ -265,3 +264,4 @@ func changeButtonPosition() {
|
||||||
* Eye candy
|
* Eye candy
|
||||||
* Example projects
|
* Example projects
|
||||||
* Tests
|
* Tests
|
||||||
|
* Mac OS X support.
|
||||||
|
|
Loading…
Reference in New Issue