diff --git a/Leaves/LeavesView.h b/Leaves/LeavesView.h index 2486182..709db1f 100644 --- a/Leaves/LeavesView.h +++ b/Leaves/LeavesView.h @@ -47,6 +47,8 @@ // the automatically determined width of the interactive areas on either side of the page @property (readonly) CGFloat targetWidth; + +// set this to a nonzero value to get a targetWidth other than the default @property (assign) CGFloat preferredTargetWidth; // the zero-based index of the page currently being displayed. @@ -56,7 +58,6 @@ // The default value is NO. Only set this to YES if your implementation of the data source methods is thread-safe. @property (assign) BOOL backgroundRendering; - // refreshes the contents of all pages via the data source methods, much like -[UITableView reloadData] - (void) reloadData;