AlertKit
AlertKit copied to clipboard
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
Add LineTime to apps using
When an alert is tapable, add a small "navigation" arrow type thing. And make a tap function for when an alert is tapped.\ Pretty easy.
It would be neat if it was possible to specify the duration of the the alert when presenting it. Right now the `duration` property is only available in the view,...
Thank you for creating such a useful library. However, it appears that it only supports UIKit at the moment. It would be great if it could also support AppKit.
Given my view ``` import SwiftUI import AlertKit struct CreateRewardView: View { @StateObject var viewModel: CreateRewardViewModel = CreateRewardViewModel() @Environment(\.dismiss) private var dismiss var body: some View { VStack { ......
Binsoo used this library as its official announcement channel ## Goal Add Binsoo App to ShowCase