SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style dataSource/delegate interface for loading views dynamically, and efficient view loading, unloading and recycling.
Is the above possible? I want to scroll the view if the user is tapping not swiping (I assume some will tap expecting something to happen thus automatically scrolling will help highlight the paradigm).
Is the above possible? I want to scroll the view if the user is tapping not swiping (I assume some will tap expecting something to happen thus automatically scrolling will help highlight the paradigm).