I have 3 strings for Filters and need to receive a name of a lens by using this filters.
PFQuery *query = [PFQuery queryWithClassName:@"lences"];
[query whereKey:@"brand" equalTo:_brandString];
[query findObjectsInBackgroundWithBlock:^(NSArray *objects, NSError *error){
NSLog(@"%@", objects);
I make a code for 1 filter "brand" and need to add another 2 (type and aperture) to receive a names of lances
Aucun commentaire:
Enregistrer un commentaire