I am wondering how I can set the backgroundColor of my UIView to the scroll View Textured background color.
this is the way I plan on implementing it but im just not sure what the patternImage is called .
jumpBarContainer.backgroundColor = [UIColor colorWithPatternImage:????]
any help would be greatly appreciated.