MultiLayerNavigation helps you implemntation the interaction -- 'drag to back' in a easy way.
The only one thing you need to do is replacing your UINavigationController with the MLNavigation Controller or inheriting it.
In addtion, if there are a UIScrollView in your ViewController, you need to do one more thing -- replace the UIScrollView with MLScrollView or inherit it, so does MLTableView.