Hi all.
I am displaying 10 feed in UItable view and below i have added a button with name load more 20.. by clicking this button i am passing argument to the xml and in return i want to reload the table view with fresh content. welll my question is that how to the view again.
i am trying somthing like this
-(IBAction)loadMore20
{
//myview.hidden = FALSE;
//[myview startAnimating];
feedurl = @"http://www.luxury.net/feed/index_blatest.php?more=10";
NavigationTitle =@"Luxury.net - Babes";
[self.navigationController pushViewController:self animated:YES];
}
Thanks in Advance and sorry for my bad english.