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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -