Skip to content

Commit

Permalink
[Add] IHParallaxNavigationController 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraserscottmorrison authored and CocoaPodsBot committed Apr 20, 2015
1 parent 1441655 commit 82fe01a
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "IHParallaxNavigationController",
"version": "1.0",
"summary": "IHParallaxNavigationController is a UINavigationController subclass that uses a parallax effect when pushing and popping view controllers",
"homepage": "https://github.com/IdleHandsApps/IHParallaxNavigationController/",
"description": " IHParallaxNavigationController is a drop in solution to give you a cool parallax effect when pushing and popping view controllers. Its compatible with Storyboards and requires very little code.\n\nIn your storyboard, just change the UINavigationController class to IHParallaxNavigationController and your UIViewControllers to IHParallaxViewController, then in code set the parallax background image and you are done\n\nAll animations, transitions and gestures automatically performed by UINavigationControllers are supported by IHParallaxNavigationController as its a subclass\n",
"license": "MIT",
"authors": {
"Fraser Scott-Morrison": "[email protected]"
},
"source": {
"git": "https://github.com/IdleHandsApps/IHParallaxNavigationController.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"requires_arc": true
}

0 comments on commit 82fe01a

Please sign in to comment.