interesting...
I found the source of my problem..
I took your advice and rebuilt my nib from scratch... Now I'm creating my own UIScrollView within my code, (so no more IBOulet)...
The problem is that when setting the image for my button i was sending an NSSTring and not a UIImage... (tested while using an image within the application..
Now i just need to figure out how to set my NSString as an UIImage and my album view will be complete... (for some reason UIImage *thumbnail = (UIImage *)[thumbnails objectAtIndex:i]; isn't working in my forloop, yet it works in another part of my code!! maybe because it's a subview!!)
Thanks again for all the help..
|