SwiftAutoLayout
SwiftAutoLayout copied to clipboard
Tiny Swift DSL for Autolayout
Hi Indragie, I know you probably don't care about CocoaPods, but it would be handy if the master repo had a podspec :)
After running a profiling script to check the compilation times of the project (because it began to be really slow) I noticed that the methods where I set up the...
After update the XCode to the latest version which is 7.3.1 (7D1014), the UITextView is broken because Apple introduce new properties on it. So if I do myTextView.top I get...
Hey, I'd love to see this lib available in Swift 3 so I can implement it in my project. Thanks 😄
I'd be cool to also add Cocoapods support. I done this implementation myself last month for my library. Just follow [this post](https://guides.cocoapods.org/making/making-a-cocoapod.html) and [this checklist](https://github.com/thellimist/EZPods).
Hey, your library is really interesting. The only problem I found was the `README.md`, which needs an organization in the `Installation Section` I created this [iOS Open source Readme Template](https://github.com/awesome-labs/iOS-readme-template)...
``` swift let a = scrollView.right == view.right - 100 let b = scrollView.right + 100 == view.right ``` would appear to be equivalent, no compile or runtime error occurs,...
As suggested by @jtbandes in [this tweet](https://twitter.com/jtbandes/status/685685125380624384).