Shagun Madhikarmi

Results 9 comments of Shagun Madhikarmi

> @madhikarma By moving the files around for SwiftPM support, you've broken CocoaPods support. Can you fix the `.podspec` so that it references the new paths? Hi @kreeger sorry, I...

Nice one. I was also thinking about a way to automate this test. Thanks for sharing and raising!

:+1: Return early this way is ok for me as well. Note. I don't like returning early inside if-else branches though, should have a variable and return that at the...

I was thinking about this issue for a while whether: - A) Deprecate this library because of the new [iOS 9 Anchor based API](https://www.bitfountain.io/courses/auto-layout/leading-and-trailing-vs-left-and-right-ebe/c/22/l/1046) which having used it, makes Auto...

I think we should wrap it with a platform check using the new syntax on iOS 9+ and the old syntax if less than that.

Or might be worth spinning out into it's own library

Thinking of making a library for this actually as it's quite a common thing I need

Hey thanks for raising. Yeah though I don't expect the templates to change much a tagged ersion and CHANGELOG is better. Will update the repo via PR soon.

Or might be worth spinning out into it's own library