Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

scrollViewTexturedBackgroundColor deprecated in iOS 7.0

+ (UIColor *)scrollViewTexturedBackgroundColor

method is deprecated in iOS 7 what should I use instead?

like image 942
Bhumit Mehta Avatar asked Feb 10 '14 11:02

Bhumit Mehta


1 Answers

Whatever you like. There is no default texture anymore for scrollviews in iOS7. Backgrounds are solid colors. Pick one of those or create your own UIImage as background texture.

like image 97
Krumelur Avatar answered Oct 27 '22 12:10

Krumelur