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.
我知道一种使用 UIView 类和 UIImage 方法在 iPhone 上绘图的方法。但是我可以在 UIImageView 上绘制 inUIViewController 类吗?
由于 UIImageView 是 UIView 的子类,你应该能够使用完全相同的方法来做你想做的事。
您还可以在任何其他视图上方添加一个自定义视图(从 UIView 继承)并在该视图上绘制您想要的任何内容。