In my viewDidLoad, I am doing this (which shows only white beneath my
UITableView)

NSLog(@"%@", imageView );

table.backgroundColor = [UIColor clearColor];

imageView.image = [UIImage imageNamed:@"bg.png"];


*2009-05-12 13:56:23.964 iTunesTable[16036:20b] <UIImageView: 0xd17d20;
frame = (0 0; 320 460); autoresize = RM+BM; userInteractionEnabled = NO;
layer = <CALayer: 0xd18540>>*

*
*

*For whatever reason, all I see is white below the table. The file bg.png is
in the project (although it seems like the designation is failing hence the
white?) The View's background is set to dark blue, so since I'm not seeing
that I'm wondering what's happening here.*


E.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to