- UIImageView backgroundColor colorWithPatternImage not showing
- UIImageView *view = [[UIImageView alloc] initWithFrame:_standardRect];
- view.image = _connectIcon;
- view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed: @"background.jpg"]];
- view.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
- return view;