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.
我为 iPad iOS 5 项目使用 Xcode 4.3。我正在对 UIView 中的 CGContext 执行一些 CG 绘图操作。
例如,我在 UIView 的多个位置绘制一个圆圈并将其移动(以响应用户操作)。
广告某点我想隐藏/删除/清除/删除这个圈子。
做这个的最好方式是什么?重画线宽= 0的圆?还是 alpha = 0?任何的想法?
谢谢你。
重绘不带圆圈的视图并设置NeedsDisplay。