Overridden to draw the footer of the given page.
SDKs
- iOS 4.2+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
Parameters
index
The index of the page in which to draw the footer content.
footerRect
The rectangle in which the footer content should be drawn. It is specified in the coordinate system of the paper rectangle (
paper
); that is, the origin of coordinates is at the top-left corner of the sheet.Rect
Discussion
The default implementation of this method does nothing. It is not called if footer
is not a positive value. The method is set up for drawing to the current graphics context (as returned by UIGraphics
).