开发者

iphone text message colours

开发者 https://www.devze.com 2023-02-21 01:19 出处:网络
i am working开发者_JAVA百科 on a messaging application for iphone , can anyone tell me how to achieve the green color for the messages received like in the image shown belowThose are custom views with

i am working开发者_JAVA百科 on a messaging application for iphone , can anyone tell me how to achieve the green color for the messages received like in the image shown below

iphone text message colours


Those are custom views with custom images. Easiest way is probably to draw the bubble in the smallest way possible and use -[UIImage stretchableImageWithLeftCapWidth:topCapHeight:] to create a stretchable image and draw that in your custom view as background.


I think that green color bubble is an Image.

0

精彩评论

暂无评论...
验证码 换一张
取 消