Skip to content

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
gcamp committed Feb 4, 2013
1 parent 249f762 commit 82228a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ h1. GCDiscreetNotificationView

GCDiscreetNotificationView is a discreet, non-modal, notification view for iOS. You can use it to show an activity or state of you app without blocking the user interactions.


!http://littlekiwi.co.cc/GithubImages/DiscreetNotificationImage.png!
!http://i.imgur.com/8vcti5u.png!

GCDiscreetNotificationView features:

Expand Down Expand Up @@ -65,4 +64,4 @@ You can access directly the notification's label and activity indicator. And cha
<pre>
@property (nonatomic, retain, readonly) UILabel *label;
@property (nonatomic, retain, readonly) UIActivityIndicatorView *activityIndicator;
</pre>
</pre>

0 comments on commit 82228a6

Please sign in to comment.