This is didFinishLaunchingWithOptions Method in AppDelegate. Let me explain scenario, I have developed sideMenu like facebook in my app, but now I have to change the sideMenu li
Try this:
*app = [[UIApplication sharedApplication] delegate]; app.window.rootViewController = ;
Don't forget to include necessary headers (your AppDelegate, for example) or you'll get CE. This one seems to work: