Contents

currentPageIndicatorImage(forPage:)

Returns the override image for the current page indicator of the specified page.

Declaration

func currentPageIndicatorImage(forPage page: Int) -> UIImage?

Parameters

  • page:

    The index of the page. A value that’s greater than or equal to 0 and less than Numberofpages.

Return Value

The override image, or nil if you haven’t overidden the image for the specified page number.

See Also

Managing the indicator images