CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

CustomAlertView 0.1

CustomAlertView 0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2015

Maintained by Sanju.



  • By
  • sangau001

CustomAlertView

Custom Alert view for iOS apps

CustomAlertView

A class that inherits that shows a custom alert view

Usage

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>

Demo

Take a look at this video:

Requirements

CustomAlertView requires iOS 6.x or greater.

License

Usage is provided under the MIT License. See LICENSE for the full details.