Latest | 0.2 |
---|---|
Homepage | http://github.com/istepanov/ISAlertView |
License | MIT |
Platforms | ios 7.0, requires ARC |
no README.md available
Latest podspec
{ "name": "ISAlertView", "version": "0.2", "summary": "A custom iOS7-like alert view with subviews", "description": " The addSubview is not available in UIAlertView in iOS7 any more. The view hierarchy for this class isn private and must not be modified.n As a solution, this class creates an iOS7-style dialog which you can extend with any UIViews or buttons.n The animations and the looks are copied too and no images or other resources are needed.n", "license": { "type": "MIT", "file": "LICENSE" }, "homepage": "http://github.com/istepanov/ISAlertView", "authors": "Ilya Stepanov", "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/istepanov/ISAlertView.git", "tag": "0.2" }, "source_files": "*.{h,m}", "requires_arc": true }
Mon, 29 Feb 2016 04:01:02 +0000