How to Create a Custom Transition Page Effect for iOS: Part 2
CONTINUATION Continuing from Part I. We used a PageCache with a custom view controller. To make it conform a cache paging protocol, we add the following: And there is implementation of method prepareToShowAtLogicalIndex in the file WebViewController.m. This method will be called before the page is displayed. Thus, the page will be able to prepare […]
Read More