TLAlertView 1.0.7

TLAlertView 1.0.7

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Terry Lewis II

A simple replacement for UIAlertView with block based completion methods and a 3D dismiss animation.

Two Buttons        One Buttons

Installation


The preferred method is cocoapods, www.cocoapods.org, which you would then #import <TLAlertView/TLAlertView.h>, or you can just drop in TLAlertView.h wherever you need it and include the QuartzCore framework

Usage


+showInView:withTitle:message:confirmButtonTitle:cancelButtonTitle:
-handleCancel:handleConfirm:
-show
and thats it!
You can also specify the type of animation using the TLAnimationType property, or just ignore it and use the default animation.
All of the colors are able to be customized as well, and also respond to UI_APPEARANCE_SELECTOR
Use as a replacement for UIAlertView wherever you need it.

License

If you use TLAlertView and you like it, feel free to let me know, [email protected]. If you have any issue or want to make improvements, submit a pull request.

The MIT License (MIT) Copyright (c) 2013 Terry Lewis II

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.