I need to customise a particular UI with different design template for landscape and portrait modes of an iPad application. Basically this screen should have an image ,a content area to hold a description about the topic, related items of that topic and the address.
This image would give a clear picture.
From the picture (2) is the section where image should go , (4) the description ,(5) the related topic (6) the address . (3) is the container block that should vary based on 4, 5 and 6 and (1) is the scrollview which should have its contents as well as content size properly set up based on 2 and 3 .
Is it possible to achieve this scenario purely with Autolayout or using a custom UICollectionViewLayout is the better option
Appreciate any suggestions