-
Notifications
You must be signed in to change notification settings - Fork 2
shantaramk/Custom-Alert-View
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How to use let alertView = AlertView(title: AlertMessage.success, message: message, okButtonText: LocalizedStrings.okay, cancelButtonText: "") { (_, button) in if button == .other { self.navigationController?.popViewController(animated: true) } } alertView.show(animated: true)
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published