I’ve mentioned a number of excellent libraries that allow you to navigate between views by sliding one view out like a drawer, most recently MMDrawerController.
Here’s a library built on the same principle called MSDynamicsViewController from Eric Horacek that has been enhanced with physics using the iOS 7 UI Dynamics API.
MSDynamicsDrawerViewController provides an extensive API for navigating between views, and also allows you to adjust different physical properties to get the right effect. An extensive example is included demonstrating how to use MSDynamicsViewController.
This is an image from the readme showing what happens when ther user flings aside a view:

You can find MSDynamicsViewController on Github here.
Some very nice usage of UIKit dynamics.
- Open Source Drawer-Style Navigation Controller With Customizable Transitions
- Tutorial: Using iOS 7 UIKit Dynamics To Make A Pong Game (Animations, Collisions, Physics)
- Example: A Photo Viewer With Animations Using The iOS 7 UIKit Dynamics API
- Top iOS Development Resources For Week Ended April 19th, 2013
- Top iOS Development Resources For Week Ended October 20th, 2013
Original article: Open Source iOS Drawer Style View Navigation Library Enhanced By Phsyics From UIKit Dynamics
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




