Latest | 1.0.1 |
---|---|
Homepage | https://github.com/ivanzoid/ZZWaitingNavigationController |
License | MIT |
Platforms | ios , requires ARC |
Dependencies | GCDTimer |
Authors |
About
ZZWaitingNavigationController
automatically postpones actions like push/pop/set/present/dismiss view controller(s) in a case if animation is in progress and performs them when animation is finished.
Installation
ZZWaitingNavigationController is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ZZWaitingNavigationController"
Author
Ivan Zezyulya, [email protected]
License
ZZWaitingNavigationController is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ZZWaitingNavigationController", "version": "1.0.1", "summary": "UINavigationController subclass which postpones actions until animation finishes.", "description": " Automatically postpones actions like push/pop/set/present/dismiss view controller(s) in a case if animation is in progress and performs them when animation is finished.n", "homepage": "https://github.com/ivanzoid/ZZWaitingNavigationController", "license": "MIT", "authors": { "Ivan Zezyulya": "[email protected]" }, "source": { "git": "https://github.com/ivanzoid/ZZWaitingNavigationController.git", "tag": "1.0.1" }, "platforms": { "ios": null }, "requires_arc": true, "source_files": "ZZWaitingNavigationController/**/*", "dependencies": { "GCDTimer": [ "~> 1.0" ] } }
Sat, 05 Mar 2016 07:13:03 +0000