iPhone - 排列图像
这个问题可能很愚蠢。是否可以像下面的附件一样排列三张图片?是否可以以这种方式设计UIImageView
?如果是这样,怎么办?分享一些有用的链接给我。先感谢您。
This question may be silly. Is it possible to arrange three images as in the following attachment? Is it possible to design the UIImageView
in such manner? If so, how? Share me some useful links. Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您应该查看
QuartzCore
的CGAffineTransformConcat
/CGAffineTransform
来旋转图像,以及用于边框的.layer.borderWidth
和用于阴影效果的.layer.shadowRadius
等。Yes, you should look into
QuartzCore
'sCGAffineTransformConcat
/CGAffineTransform
to rotate the images, and.layer.borderWidth
for the border and.layer.shadowRadius
and alike for shadow effects.