sparrowcode / AlertKit

Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
https://sparrowcode.io/frameworks
MIT License
2.3k stars 130 forks source link

Custom styles #60

Closed theedov closed 9 months ago

theedov commented 9 months ago

Are there any plans for custom styles? I'd apperciate a way to change alert size, corner radius, position, background color, border color, etc..

ivanvorobei commented 9 months ago

I am following native style, so for now no any plans for customise it.

theedov commented 9 months ago

I am following native style, so for now no any plans for customise it.

Ahh ok. What about adding a completion to .present method? I want to dismiss a view after the alert, currently I have to manually delay the dismiss() call.

ivanvorobei commented 9 months ago

Good idea to add completion. Will do and move to #61