Hi
I am very very new to the iPhone programming. I am kind of playing with the sample code.
My first question is if it is possible to add the UITableView
with the code only.
If it is then here is my code that i am trying to add UITableView
to the navigation controller.
analyticsTable = [[UITableView alloc] init];
[self.view.window addSubview:analyticsTable];
[self.view removeFromSuperview];
I dont know how to go about it
Thanks Varun