iPhone -trouble with a loading data from webservice into a tableview
- by medampudi
I am using a Window based application and then loading up my initial navigationview based controller. After loading it if the user is not registered/ does not have a credentials present then it takes the user to a login view controller .
loginViewController *sampleView = [[loginViewController alloc] initWithNibName:@"loginViewController"…