loading table view on click of button
- by srikanth
hi all,
i have created an iPhone application with a view based .. the problem is i want to load a table view on click of button how can i do it?
i tried..
initWithNibName:@"xibfile" bundle:[NSBundle mainBundle]...
but table view is not loading wat to do?