Pregunta

+ (UIColor *)scrollViewTexturedBackgroundColor

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

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top