Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtagliafico committed Sep 20, 2016
1 parent fcbf495 commit 795c64e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# CircularSpinner
A Beautiful fullscreen Circular Spinner, very useful for determinate or indeterminate task. You can use it as activity indicator during loading.


## [GIF] Threedimensional & Normal mode
# Demo

![Spinner demo](https://raw.githubusercontent.com/taglia3/CircularSpinner/master/Gif/demo.gif)

## Installation
# Installation

CircularSpinner will be available through [CocoaPods](http://cocoapods.org) soon.

## Usage
# Usage
You can present the circular spinner from anywhere by calling the `show()` class method.

# Determinate Mode Example:
## Determinate Mode Example:

Presentation:

Expand All @@ -31,7 +31,7 @@ The spinner will automatically dismiss when it reaches the 100%, alternatively y
CircularSpinner.hide()
```

# Ineterminate Mode Example:
## Indeterminate Mode Example:

Presentation:

Expand All @@ -44,7 +44,7 @@ Dismiss by calling:
CircularSpinner.hide()
```

# Delegate
## Delegate
There's one method in the CircularSpinnerDelegate that you can use to customize the appearance of the percentual Label:

```swift
Expand Down

0 comments on commit 795c64e

Please sign in to comment.