Hello macrumors! i have a question.
look, its a screenshot from one app store application
im interesting in creating this (i call it dialogue-canvas) canvas.
Of course i can make an UIImage with transparent zones, and with alpha about 75%, and put an a UILabel+custom UIButton over it, but maybe its standart interface element?
like some people are using "alert" window with customising it.
how can i cr8 it ?
p.s.:i cant google coz idk how this element called.
i tried, really.
best regards,
Update: solution here
http://stackoverflow.com/questions/351602/creating-a-chat-bubble-on-the-iphone-like-tweetie
"You need to use your own images, and Apple recommends using 9 UIImageViews (3 rows of 3) (Top Left Corner, Top Middle, Top Right Corner, Middle Left Side, Middle, Middle Right Side, Bottom Left Corner, Bottom Middle, Bottom Right Corner)"
OK,its an [UIImage stretchableImageWithLeftCapWidth:XX topCapHeight:YY] with my images.thx
look, its a screenshot from one app store application

im interesting in creating this (i call it dialogue-canvas) canvas.
Of course i can make an UIImage with transparent zones, and with alpha about 75%, and put an a UILabel+custom UIButton over it, but maybe its standart interface element?
like some people are using "alert" window with customising it.
how can i cr8 it ?
p.s.:i cant google coz idk how this element called.
best regards,
Update: solution here
http://stackoverflow.com/questions/351602/creating-a-chat-bubble-on-the-iphone-like-tweetie
"You need to use your own images, and Apple recommends using 9 UIImageViews (3 rows of 3) (Top Left Corner, Top Middle, Top Right Corner, Middle Left Side, Middle, Middle Right Side, Bottom Left Corner, Bottom Middle, Bottom Right Corner)"
OK,its an [UIImage stretchableImageWithLeftCapWidth:XX topCapHeight:YY] with my images.thx