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

Commit 0c3bb1b

Browse files
committed
Merge pull request #1 from buddydvd/patch-6
Adding documentation on when to set the tableBannerView within the view's life cycle.
2 parents 87eb13f + c1c2832 commit 0c3bb1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Three20UI/Headers/TTTableViewController.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848

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

@@ -102,6 +104,8 @@
102104

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

0 commit comments

Comments
 (0)