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。
我正在尝试制作钢琴键盘,因此当用户触摸视图时,委托方法会通过播放噪音来响应。图片是 .png,带有钥匙图片和透明背景。
提前致谢。
你不能制作一个UIView三角形,但你可以做的是让视图透明,然后将你的非透明内容添加到它。
UIView
例如,要制作一个具有 png 背景的视图(我假设有部分透明的区域),您可以制作一个透明的UIView,然后向其添加一个图像视图。更好的是,只需UIImageView在该位置使用 a 。
UIImageView