iPhone - Arrange images
开发者_运维问答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.
Yes, you should look into QuartzCore
's CGAffineTransformConcat
/ CGAffineTransform
to rotate the images, and .layer.borderWidth
for the border and .layer.shadowRadius
and alike for shadow effects.
精彩评论