SnapKit/faq.md

25 lines
1.0 KiB
Markdown
Raw Normal View History

2015-04-16 20:10:40 +08:00
---
layout: default
id: faq
permalink: /faq/
---
## FAQ
#### CocoaPods won't let me install SnapKit into my iOS 7.0 project?
2015-04-16 20:10:40 +08:00
2016-09-19 11:59:10 +08:00
SnapKit no longer supports iOS 7.0. While you may find a way to integrate it manually on your own we do not support it and respectfully please do not open issues relating to iOS 7.0 integration.
2015-04-16 20:10:40 +08:00
2015-04-16 20:15:43 +08:00
#### What about Swift's operator overloading?
2015-04-16 20:10:40 +08:00
SnapKit's intention is to be simple and understandable to ensure new users and old alike can easily dive in and get going. While operator overloading may make the code a bit more concise it greatly reduces the readability.
2015-04-16 20:15:43 +08:00
#### Why not just use Interface Builder?
2015-04-16 20:10:40 +08:00
SnapKit is about building code based views and layouts. Interface Builder is fiddly and limiting when it comes to building constraints and is a nightmare for your source control change logs.
2015-04-16 20:15:43 +08:00
#### Who's behind all this?
2015-04-16 20:10:40 +08:00
* [Robert Payne](https://github.com/robertjpayne)
2015-04-16 20:53:52 +08:00
* [Jonas Budelmann](https://github.com/cloudkite)
* [Countless others](https://github.com/SnapKit/SnapKit/graphs/contributors)