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
Post a Comment