Reddit Reddit reviews iOS Auto Layout Demystified

We found 3 Reddit comments about iOS Auto Layout Demystified. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Networking & Cloud Computing
Wireless Computer Networks
iOS Auto Layout Demystified
Check price on Amazon

3 Reddit comments about iOS Auto Layout Demystified:

u/hatheaded · 3 pointsr/iOSProgramming

I recommend Erica Sadun's book, Auto Layout Demystified. For $15, you'll get a lot more information than Apple's documentation as well as some useful examples.

u/quellish · 2 pointsr/iOSProgramming

iOS Autolayout Demystified is a good resource.

It will be some time before there are as many resources for Swift as there are for objective-c.

u/shitidiotturtle · 2 pointsr/iOSProgramming

I found this: http://www.amazon.co.uk/Auto-Layout-Demystified-Mobile-Programming-ebook/dp/B00C68XS0S to be a useful explanation.

I've also been using auto layout in code using https://github.com/floriankugler/FLKAutoLayout which makes it much less verbose and readable