Hello -

All my images show except for these:

UIImageView *imageView = [[UIImageView alloc]initWithFrame: CGRectMake(30+(horizontalCount*92),15+currentYOffset,30,30)]; [imageView setImage: [UIImage imageNamed:[pName stringByAppendingString:@".i.png"]]];
[imageView setTag:100];
[scrollView addSubview:imageView];

However they do show on the simulator. Is there something obvious I am missing here?

James Cicenia




_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to