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?我是否必须重写 drawRect 才能实现它?
所有UIView对象都有一个矩形框架。但是视图可以以任何形状出现,具体取决于它的实现方式。实现drawRect:绘制所需形状的方法当然是一种选择。
UIView
drawRect:
如果您只希望事件在视图的外观形状内注册,您可能还必须处理触摸事件。