Non tiled and non stretchable background image for UIView
Is there a way to create a background image for a UIView that is not stretchable and not tiled? I want the origin and size of the image to be always the same regardless of th开发者_高级运维e UIView frame size.
Thanks.
You need to change the contentMode property of your image view.
精彩评论