- rectangle
- The rectangle.
- immediate
- True to forbid animated scrolling, false otherwise
Documentation for this section has not yet been entered.
Request that a rectangle of this view be visible on the screen, scrolling if necessary just enough.
A View should call this if it maintains some notion of which part of its content is interesting. For example, a text editing view should call this when its cursor moves.
When immediate is set to true, scrolling will not be animated.