Skip to content
/ NKAlert Public

NKAlert is a small UI framework to show message in custom alerts, is a alternative to native UIAlert of swift.

License

Notifications You must be signed in to change notification settings

Nelkit/NKAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NKAlert

Version

NKAlert is a small UI framework to show message in custom alerts, is a alternative to native UIAlert of swift.

Icon Icon Icon Icon

Installation

Cocoapods

To integrate NKAlert into your Xcode project using CocoaPods, specify it in your Podfile and run pod install.

target 'MyApp' do
  pod 'NKAlert', '~> 0.0'
end

Manually

Download and drop /NKAlert folder in your project.

How to use

let alert = NKAlert(title: "Success Example", description: "This is a example with NKAlert", style: .SUCCESS)
alert.setButtons(titleOk: "OK")
alert.show(animated: true, completion: {})

Icon

License

NKAlert is available under the MIT license. See the LICENSE file for more info.

About

NKAlert is a small UI framework to show message in custom alerts, is a alternative to native UIAlert of swift.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published