My HTML header has to be repeated while printing.
HTML header contains three UILabel
s and one UIView
.
I looked into the suggestion and found below method to be overridden.
override func drawHeaderForPage(at pageIndex: Int, in headerRect: CGRect) {}
However I could not find any sample which provides the custom UI to be printed at the top of header.