Skip to content

Commit c17a03b

Browse files
committed
updated Readme.MD
1 parent 5aaa69c commit c17a03b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,22 @@ If you prefer the buttons to be detached from the box of the alert and look more
326326
alert.detachButtons = YES;
327327
```
328328

329+
### Full Circle Custom Image
330+
331+
If you prefer the custom image for you alert to be full width of the image circle, use:
332+
333+
```Objective-C
334+
alert.fullCircleCustomImage = YES;
335+
```
336+
337+
### Hiding Separator Lines
338+
339+
To hide the separator lines that appear between the done and custom buttons of the alert, add:
340+
341+
```Objective-C
342+
alert.hideSeparatorLineView = YES;
343+
```
344+
329345
### Sounds
330346

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

0 commit comments

Comments
 (0)