SwiftUIX
SwiftUIX copied to clipboard
Support custom indicator images for PageControl (Closes #474)
Hi. The goal of this PR is to implement the API for indicator image management introduced in iOS 14.0 / 16.0, as documented here. If anything needs to be revised I would be glad to help.
Amended to allow nil values for indicator images. This matches the UIPageControl API and is documented as the way to reset an indicator back to the default.
@fralsal can you update this to use _AnyImage instead of UIImage?
Sure, I’ll fix it up and commit tomorrow
@fralsal closing this due to inactivity, feel free to reopen if you get the time to make the update!