Skip to content

Commit

Permalink
document preferredTargetWidth property
Browse files Browse the repository at this point in the history
  • Loading branch information
brow committed Aug 2, 2010
1 parent dba99dc commit 579d77f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Leaves/LeavesView.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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;

Expand Down

0 comments on commit 579d77f

Please sign in to comment.