indicatorImage(forPage:)
Returns the override image for the indicator of the specified page.
Declaration
func indicatorImage(forPage page: Int) -> UIImage?Parameters
- page:
The index of the page. A value that’s greater than or equal to
0and less than Numberofpages.
Return Value
The override image, or nil if you haven’t overidden the image for the specified page number.