iOS App - Film Blog (Part 2)

Published on Saturday, 29 June 2013

So I've been working on it a little more tonight,

I've added the Star Ratings now.

Film List with Star Rating

Copied

return [UIImage imageNamed:@"1StarSmall.png"];

for each one, changed all the numbers from 1 to 2 to 3 etc but forget to change Star to Stars, couldn't work out why it wasn't working, the String comparison was working, checked other things, nothing seemed to be fixing it, of course don't have any 1 Star Ratings or it would have shown up, or if I'd copied a line other than the first to return another image.

Oh well, lets learn and move on.

Wordpress Original Link