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.
サイズが10x10pxの画像があり、UIViewの背景として画像を設定する必要があります。画像は、引き伸ばされるのではなく、水平方向と垂直方向にコピーされます。iOSで行うことは可能ですか?
あなたはこのようにそれを行うことができます:
view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"bodyBG"]];
デフォルトでは、水平方向と垂直方向にコピーしました。