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.
我试图弄清楚 iPhone 的 Clear 应用程序中单词中间的行(标记/预删除,替代复选标记)是如何制作的。它是像 NSString 重命名一样简单,还是我应该检查 drawRect ?
看起来他们正在使用 drawRect ,因为字符串重命名会将线条应用于整个字母,而您可以看到线条是逐像素绘制的。