Skip to content

Commit

Permalink
updated Readme.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
nimati committed Nov 5, 2016
1 parent 5aaa69c commit c17a03b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,22 @@ If you prefer the buttons to be detached from the box of the alert and look more
alert.detachButtons = YES;
```

### Full Circle Custom Image

If you prefer the custom image for you alert to be full width of the image circle, use:

```Objective-C
alert.fullCircleCustomImage = YES;
```

### Hiding Separator Lines

To hide the separator lines that appear between the done and custom buttons of the alert, add:

```Objective-C
alert.hideSeparatorLineView = YES;
```

### Sounds

Add the following line to play an audio when the alert opens, simply pass it the name of your audiofile:
Expand Down

0 comments on commit c17a03b

Please sign in to comment.