Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

uaecasher

macrumors 65816
Original poster
Jan 29, 2009
1,289
0
Stillwater, OK
Hello,

I was wondering how can I display a page about the current display view, I saw this in photobucket app when you want to see the link for image.

not really sure what this feature is called (pop up maybe?)

Thanks
 

Attachments

  • Screen shot 2010-04-12 at 11.19.17 PM.png
    Screen shot 2010-04-12 at 11.19.17 PM.png
    215.4 KB · Views: 76
There are different ways that that screen could be put together but here's one way it could be done.

The image is displayed with a UIImageView.

The top three lines of text are displayed with three UILabels. Each label has its font, text color, and text set. Each of the labels also has its background color set to [UIColor clearColor]. Setting the background color to this color makes the labels transparent, except where the text is. The textColor was probably set to [UIColor whiteColor];

The stuff below those three lines is done in a similar fashion.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.