Skip to content

Commit

Permalink
Add comment on changing properties when already shown
Browse files Browse the repository at this point in the history
  • Loading branch information
gcamp committed Jun 9, 2011
1 parent 7644a97 commit 2936769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GCDiscreetNotificationView/GCDiscreetNotificationView.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ typedef enum {
- (void) showAndDismissAfter:(NSTimeInterval) timeInterval;

//Change proprieties in a animated fashion
//If you need to change propreties, you NEED to use these methods. Hiding, changing value, and show it back will NOT work.
- (void) setTextLabel:(NSString *) aText animated:(BOOL) animated;
- (void) setShowActivity:(BOOL) activity animated:(BOOL) animated;
- (void) setTextLabel:(NSString *)aText andSetShowActivity:(BOOL)activity animated:(BOOL)animated;
Expand Down

0 comments on commit 2936769

Please sign in to comment.