I have maultiple json :
http://privatereisen.com/dok/TV/pays/italie/json/chaine0.json
http://privatereisen.com/dok/TV/pays/italie/json/chaine1.json...... etc
And a table with different channels. Chaine0 is for the first row from UITableView
. How can I write in didSelectRowAtIndexPath
json for each channel?
This is how i write for the first json:
NSURL *url = [NSURL URLWithString:@"http://privatereisen.com/"];
AFHTTPClient *httpClient = [[AFHTTPClient alloc] initWithBaseURL:url];
[httpClient postPath:@"dok/TV/pays/italie/json/chaine0.json" parameters:nil success:^(AFHTTPRequestOperation *operation, id responseObject)