+ (UIColor *)scrollViewTexturedBackgroundColor

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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top