Apple says that there is a visibleRect method on the mac (Source), that helps doing graphic operations only in the visible content rectangle from an view.
When I try to access that method, XCode gives me no completion hint, so it seems that this one is not available on iPhone. How could I find that out?