SPM supported | platform iOS
- As an exercise I recreate several simple alert using Swift.
- Basic
- Colored
- Lined
- Shadow
https://github.com/minhye9731/MHAlert.git
MHAlert(title: "WELCOME!", message: "Thanks for coming! \n Let's get started!", style: .colored, confirm: "OKAY", color: .systemPurple).show(in: view)
MHAlert is available under the MIT license. See the LICENSE file for more info.