+ (UIColor *)scrollViewTexturedBackgroundColor
The method is not recommended in iOS 7, what should I use instead?
Anything. For scrollviews in iOS7, there is no longer a default texture. The background is solid colors. Choose one of them or create your own UIImage as a background texture.
Source: https://habr.com/ru/post/1526156/More articles:How to implement a binary tree in matlab - matlabHow to remove child or parent objects from a relationship? - javaThe command to list all file types and their average size in the directory is unixWriting Unicode to a file using Python - pythonHow to reflect the "Nested sets" model in JPA - javaIs it possible to show the progress on the page when downloading a file? - c #Video recording of portrait activity video - androidHow can I recursively print a list of files with file names less than 25 characters long using single line? - command-lineHow to navigate a user to log in when not logged in - dartКак интерпретировать R линейную регрессию, когда в качестве базовой линии есть несколько уровней факторов? - rAll Articles