How do I create a UIViewController programmatically?

Posted by pankaj on Stack Overflow See other posts from Stack Overflow or by pankaj
Published on 2010-04-22T06:32:22Z Indexed on 2010/04/22 7:23 UTC
Read the original article Hit count: 529

I am working in a app where i have data in UITableView. It is like a drill down application. User will click on a row and will go to next page showing more records in a UITableView. But problem in my case is that i dont know upto how many level user can drill. The number of levels are not fixed. So now i am thinking to create and add the viewcontrollers programmatically. Is it possible?? if yes how? thanks in advance.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiviewcontroller