Tiled Background Image: Can I do that easily with UIImageView?

前端 未结 7 1081
甜味超标
甜味超标 2020-12-07 13:05

I have a fullscreen background image that is tiled, i.e. it has to be reproduced a few times horizontally and vertically in order to make a big one. Like in the browsers on

7条回答
  •  温柔的废话
    2020-12-07 13:45

    If I understand your question correctly you can use colorWithPatternImage: on UIColor then set the background color on a UIView.

    If you must use a UIImageView you can do the same but whatever image you place in the image view will draw in front of the tiled image.

提交回复
热议问题