I can't describe my problem... Please help me.
It gives warning and the program won't run.
Thank you very much.
Code:
for (AppController *entryToPrint in candidates) {
[htmlString appendString:@"%@", entryToPrint];
}
It gives warning and the program won't run.
Thank you very much.