brow / leaves

A page-turning interface for iOS apps
Other
1.44k stars 332 forks source link

Storyboard Delegate #28

Closed jimgeldermann closed 11 years ago

jimgeldermann commented 11 years ago

xCode 4.6.3 created new project. When loading the app or changing orientation the page cache is not updated, resulting on load the first 3 pages are initially blank until you page to page 5, same with a change to orientation, but instead of blank I have the the previous orientation's pages.

Is there a delegate issue with stroryboards? I am using the original scene and the ViewController is a subclass of LeavesViewController.

jimgeldermann commented 11 years ago

Refractoring to ARC Leaves before importing to my project fixed this issue