I'm on Top of The Scroll
Meet P Gupta25 Apr 2015
What do we have:
We have a calendar-esque view. In this single view app, we have name of the days on the top as header and date as a table just below the header.
The Problem:
This view has 30 rows in table and a header on the top of the list/view. iOS users tend to touch the status bar to scroll the view to the top. This functionality is broken here.
Concepts:
The scrollsToTop property of the UIScrollView, handling mutiple scrolls on one view.