We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaa69c commit c17a03bCopy full SHA for c17a03b
README.md
@@ -326,6 +326,22 @@ If you prefer the buttons to be detached from the box of the alert and look more
326
alert.detachButtons = YES;
327
```
328
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
342
+alert.hideSeparatorLineView = YES;
343
344
345
### Sounds
346
347
Add the following line to play an audio when the alert opens, simply pass it the name of your audiofile:
0 commit comments