Creating a “chat bubble” on the iPhone, like Tweetie

后端 未结 8 1270
遇见更好的自我
遇见更好的自我 2020-12-07 19:43

Just curious, did I overlook somewhere in the API to display a chat bubble type image as found in the iPhone\'s SMS application? There\'s a few applications out there that u

8条回答
  •  -上瘾入骨i
    2020-12-07 19:57

    Read the code in UICatalog's ButtonsViewController.m: "+buttonWithTitle:" which creates a stretchable button from one image, which is the same case for creating a chat bubble.

提交回复
热议问题