NiceAlertView
Nice and beautiful AlertView for your iOS project
NiceAlertView is a Swift framework that can increase time of development and show nice custom AlertsViews
Screenshots
Usage
let popUp = PopUpView()
popUp.setup(title: "Title",
subtitle: "This is a nice text for a NiceAlertView made in swift for iOS apps",
btnConfirm: "Ok",
btnCancel: "cancel",
{ _ in })
self.view.addSubview(popUp)
Setup Instructions
CocoaPods
To integrate NiceAlertView into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'NiceAlertView'
and in your code add import NiceAlertView
.
License
MIT