#1,811 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of iOS Auto Layout Demystified

Sentiment score: 2
Reddit mentions: 3

We found 3 Reddit mentions of iOS Auto Layout Demystified. Here are the top ones.

iOS Auto Layout Demystified
Buying options
View on Amazon.com
or
    Features:
  • O Reilly Media
Specs:
Release dateApril 2013

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on 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