Skip to content

Commit

Permalink
Add documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gcamp committed Apr 20, 2011
1 parent 6a7f28f commit ad545ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GCDiscreetNotificationView.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@

#import <UIKit/UIKit.h>

//The presentation mode of the notification, it sticks to the top or buttom of the content view
typedef enum {
GCDiscreetNotificationViewPresentationModeTop,
GCDiscreetNotificationViewPresentationModeBottom,
} GCDiscreetNotificationViewPresentationMode;

@interface GCDiscreetNotificationView : UIView

@property (nonatomic, assign) UIView *view;
@property (nonatomic, assign) UIView *view; //The content view where the notification will be shown
@property (nonatomic, assign) GCDiscreetNotificationViewPresentationMode presentationMode;

//You can access the label and the activity indicator to change its values.
Expand Down

0 comments on commit ad545ab

Please sign in to comment.