MMDrawerController-Storyboard
                                
                                
                                
                                    MMDrawerController-Storyboard copied to clipboard
                            
                            
                            
                        Storyboard category extension for MMDrawerController
Using `@try...@catch` to "discover" segues results in MMDrawerController (and all its child view controllers) to be leaked if at least one the segue does not exist. It seems that UIKit...
I just manually copied the files from this plugin into a project using MMDrawerController 5.1, and it worked just fine. Could the Cocapod be updated to reflect the fact that...
By trying your code in Xcode 611,OSX 10.9.5, I hreceive an error: "error: linker command failed with exit code 1 (use -v to see invocation)"
When I click on the left button I have this in the console : `2013-08-30 10:36:44.028 MMDrawerControllerKitchenSinkStoryboard[17751:c07] Center did appear` `2013-08-30 10:36:48.235 MMDrawerControllerKitchenSinkStoryboard[17751:c07] Left will appear` But the drawer is...
i have been trying to work this out... created a root view with the class MMDrawerController and then created a segue to uinavigationcontroller and named the segue mm_center... the code...
Hi, How can i change the center view controller using Storyboard? I am already using the latest code, that adds supports for Storyboards. But i don't know how to make...