I have this line…
if(![[[array objectAtIndex:indexPath.row] objectForKey:@"special_trip"] isEqualToString:@""]) {
Everything is cool.. But I special_trip has many informations, so I want to take for example only the results which have the string Airport in : 1:Airport, Packet
I just want to take those results which contain Airport in the whole string.
Thanks in advance.
Edit: Sorry for confusing.
Use this: