Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from buddydvd/patch-6
Browse files Browse the repository at this point in the history
Adding documentation on when to set the tableBannerView within the view's life cycle.
  • Loading branch information
mmorearty committed Jun 3, 2011
2 parents 87eb13f + c1c2832 commit 0c3bb1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Three20UI/Headers/TTTableViewController.h
Original file line number Diff line number Diff line change
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 0c3bb1b

Please sign in to comment.