Skip to content

Commit

Permalink
Renamed /Sample to /Demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
samvermette committed Jul 28, 2011
1 parent 6e26705 commit 28dc05d
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions README.textile
Expand Up @@ -22,7 +22,7 @@ __If you plan on using SVProgressHUD in a lot of places inside your app, I recom

h2. Usage

(see sample Xcode project in @/Sample@)
(see sample Xcode project in @/Demo@)

SVProgressHUD is created as a singleton (i.e. it doesn't need to be explicitly allocated and instantiated) and can be shown with the following class methods, depending on the customization level you need to achieve:

Expand All @@ -33,7 +33,6 @@ SVProgressHUD is created as a singleton (i.e. it doesn't need to be explicitly a
+ (void)showInView:(UIView*)view status:(NSString*)string networkIndicator:(BOOL)show;
+ (void)showInView:(UIView*)view status:(NSString*)string networkIndicator:(BOOL)show posY:(CGFloat)posY;
+ (void)showInView:(UIView*)view status:(NSString*)string networkIndicator:(BOOL)show posY:(CGFloat)posY maskType:(SVProgressHUDMaskType)maskType;

</pre>

You dismiss it using one of these:
Expand Down

0 comments on commit 28dc05d

Please sign in to comment.