Hi,
I have the following code:
Product product = [[Product alloc] init];
product.title = tag;
[allProducts addObject:product];
NSString *pImage = [[NSString alloc] initWithFormat:p.title];
But it is failing to return anything
Can anyone kindly help me please? THanks