• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [iPhone] Getting an UIImageView to display under a UITableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [iPhone] Getting an UIImageView to display under a UITableView


  • Subject: Re: [iPhone] Getting an UIImageView to display under a UITableView
  • From: Luke the Hiesterman <email@hidden>
  • Date: Tue, 12 May 2009 11:15:40 -0700

TableViews were never meant to be transparent. There are many different considerations in making this actually happen, and if you were ever able to pull it off it would likely be mostly a hack. If you think you want an image behind a table view, I'd suggest taking a step back to your UI drawing board.

Luke

On May 12, 2009, at 10:59 AM, Eric E. Dolecki wrote:

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 (email@hidden)

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:
This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: [iPhone] Getting an UIImageView to display under a UITableView
      • From: "Eric E. Dolecki" <email@hidden>
References: 
 >[iPhone] Getting an UIImageView to display under a UITableView (From: "Eric E. Dolecki" <email@hidden>)

  • Prev by Date: Re: interrupting a modified document save (as) invocation, security
  • Next by Date: Re: Resolution Independent View?
  • Previous by thread: [iPhone] Getting an UIImageView to display under a UITableView
  • Next by thread: Re: [iPhone] Getting an UIImageView to display under a UITableView
  • Index(es):
    • Date
    • Thread