Skip to content

Commit

Permalink
Adding documentation on when to set the tableBannerView within the vi…
Browse files Browse the repository at this point in the history
…ew's life cycle.
  • Loading branch information
buddydvd committed Jun 3, 2011
1 parent 4cd5ff6 commit c1c2832
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Three20UI/Headers/TTTableViewController.h
Expand Up @@ -48,6 +48,8 @@

/**
* A view that is displayed as a banner at the bottom of the table view.
*
* This property should be set within viewDidLoad.
*/
@property (nonatomic, retain) UIView* tableBannerView;

Expand Down Expand Up @@ -102,6 +104,8 @@

/**
* Sets the view that is displayed at the bottom of the table view with an optional animation.
*
* This method should be called within viewDidLoad.
*/
- (void)setTableBannerView:(UIView*)tableBannerView animated:(BOOL)animated;

Expand Down

0 comments on commit c1c2832

Please sign in to comment.