iphone - How to switch between NSObject Class to ViewController -


i'm having class 1 extends nsobject , second view controller.

what problem want go nsobject view controller loads xib file of view controller.

i have used traditional, no success far.
suppose nsobject magentologin.m , want go viewcontroller, how can achieve this?

myappdelegate *appdelegate = (myappdelegate *)[[uiapplication sharedapplication] delegate]; [appdelegate.navigationcontroller presentviewcontroller:mynewviewcontroller animated:yes completion:nil]; 

try hope help


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -