I have to design a UI similar to the following. The question is I'm somewhat lost in what controls I should be using to achieve this. Any assistance on right direction is highly appreciated.
Here are few ways I thought of doing but not completely sure if I will encounter problems on the way.
1 - horizontal scroll view with paging and each page has child scrollview which has vertical scrolling
2 - combination of tableview and scrollview ( tablecell has scrollview that allows vertical scrolling)
3 - collectionview with grid / flow like layout, (how do I block certain sections from being browsed)