The texture behind Maps and Safari on iPad: can I use it?
In the iPad Maps app, when you lift the page curl开发者_运维问答, you see a sort of cross-hatched table-top texture underneath.
This look the same (or at least very similar) to the texture you see in the Safari app when you scroll beyond the end of a page.
Is this texture available for me to use in my app, or is it just something that Apple have used in a few of their apps?
Unless [UIColor scrollViewTexturedBackgroundColor]
is what is rendering it, then no you wont be able to use it.
It will be a private resource.
精彩评论