UIView background pattern

Can I achieve the same as a following:

view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"imageName.png"]];

using IB only? Without need to write such a codeline? It seems that IB only allows to set up plain color, not images as background.

7
задан Nick 24 April 2011 в 00:19
поделиться