create uiviewcontroller programmically
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
6:43 UTC
Read the original article
Hit count: 171
iphone
hi,
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 programically. Is it possible?? if yes how?
thanks in advance.
© Stack Overflow or respective owner