Overridden to draw the content 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 content.
contentRect
The area in which content is to be drawn, specified in the coordinate system of the printable rectangle. This is the area defined by
printable
minusRect header
andHeight footer
.Height
Discussion
The default implementation of this method does nothing. The method is set up for drawing to the current graphics context (as returned by UIGraphics
).