Failure when adding images to a thumbnail gallery
- by Martin KS
morning all,
I've been browsing around trying to work out what I've done wrong when trying to add a thumbnail to a gallery view, but can't work out what on earth it might be.
I'm trying to use the following code to stick a thumbnail onto a blank view:
UIImageView *any = [[UIImageView alloc] initWithFrame:CGRectMake(a,b,70,60)];
any.image =…