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.
是否可以在 Xcode 5 中将 UIView 的形状从矩形更改为三角形?
我想你的意思是界面构建器?不,您可以在代码中使用几种方法。覆盖drawInRect(首选)或在photoshop上创建视图(快速而肮脏)并将其作为图像。然后将背景设置为清晰并将图像视图添加到其中。