Tag: autolayout

WWDC Day Two

The best advice I was given by people who have been at WWDC before was to focus on getting time with the engineers. All the sessions are streamed as videos, and you can spend time later to watch the ones you missed. This is excellent advice! I stared the day yesterday with getting with the […]

Autolayout improvements

Ok, well not really improvements to auto layout on iOS, but improvements in my understanding of Auto Layout. The biggest thing I learned is that it is easier to setup and manage constraints in code, then to try and use Storyboards to define and modify the constraints. If you have not used AutoLayout, Apple recommends […]

Experiences with Constraints and Storyboards

Well, it was a challenge, but I got it done. This past weekend I spent most of the time refactoring my personal app to using iOS 6.1’s autolayout capabilities. While I started off pulling out my hair, I ended the weekend with screens that looked pretty good, and that correctly handled almost everything I could […]