Custom Alert view for iOS apps
A class that inherits that shows a custom alert view
Usage is easy:
Add the dependency to your Podfile
:
platform :ios
pod 'CustomAlertView'
...
Run pod install
to install the dependencies.
Next, import the header file wherever you want to use the picker:
#import <CustomAlertView/CustomAlertView.h>
Take a look at this video:
CustomAlertView
requires iOS 6.x or greater.
Usage is provided under the MIT License. See LICENSE for the full details.