JDSideMenu icon indicating copy to clipboard operation
JDSideMenu copied to clipboard

[iOS] iOS7 ready side menu, that slides the status bar to the right

Results 1 JDSideMenu issues
Sort by recently updated
recently updated
newest added

When I create a simple uitableviewcontroller accessed through the menu option like this: ``` Objective-C SettingsViewController *settings = [[SettingsViewController alloc] init]; UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:settings]; [self.sideMenuController setContentController:nav animated:YES];...