Create nested views structure with Autolayout. (Based on the idea and implementation based on iOS - Autolayout Demystified)
While going through Erica Sadun's above mentioned book, I came across interesting problem on how to arrange nested views into each other making beautiful structure.
It was quite a challenge for me