如何在iPhone中实现蓝色背景等电子邮件地址?

时间:2012-07-21 18:13:55

标签: iphone ios ios5 ios4

我希望在几个单词周围实现蓝色背景,将它们组合在一起 - 看起来就像默认iPhone电子邮件客户端中的电子邮件地址。 (见附件)。

有人知道怎么做吗?!

enter image description here

2 个答案:

答案 0 :(得分:0)

拍摄背景图像的屏幕截图并制作所需的image.png,然后使用以下方法

 UIImage *backgroundImage = [[UIImage imageNamed:@"image.png"] stretchableImageWithLeftCapWidth:7.0 topCapHeight:0.0];    

7.0和0.0取决于你的image.png大小。

Apple的示例代码UICatalog.app仅供您参考。 search" stretchableImageWithLeftCapWidth"在那个项目中。它是按钮背景图像的示例。祝你好运!

答案 1 :(得分:0)

你可以试试JSTokenField它看起来很酷。