Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建信使,我有气泡:
我想把它拉伸成这样来添加文本:
我该怎么做?
谢谢。
使用函数绘制NSDrawThreePartImage气泡。
NSDrawThreePartImage
它需要三个 NSImage,因此您需要将源图像分成三个单独的图像(在图像编辑器或代码中)并使用它们。
我使用 4 个 UIView 创建了一个类似气泡的 iMessage。它在代码和 XIB (UITableViewCell) 中都可用。它是高度可定制的。您可以更改颜色、字体、字体大小、尾部或无尾部等。请在此处查看
https://github.com/kerrygrover/iMessageBubble