Latest | 0.0.1 |
---|---|
Homepage | https://github.com/eaigner/CODialog |
License | MIT |
Platforms | ios , requires ARC |
Frameworks | UIKit |
Authors |
About
CODialog is a completely configurable, almost pixel perfect replacement for UIAlertView.
- Single file, just drop CODialog.h/m into your project
- Completely styleable and configurable
- No images, everything is drawn in code
- Matches UIAlertView’s style very closely
Follow me on Twitter: @eaignr
Examples
Latest podspec
{ "name": "CODialog", "version": "0.0.1", "summary": "CODialog is a completely configurable, almost pixel perfect replacement for UIAlertView.", "homepage": "https://github.com/eaigner/CODialog", "license": { "type": "MIT", "file": "LICENSE.md" }, "authors": { "Erik Aigner": "[email protected]" }, "source": { "git": "https://github.com/eaigner/CODialog.git", "commit": "9357b95fee8d93c0177bc523871e1439f209796b" }, "platforms": { "ios": null }, "source_files": "CODialog.{h,m}", "frameworks": "UIKit", "requires_arc": true }
Mon, 29 Feb 2016 23:57:03 +0000