notsobigcompany / BigUIPaging

A collection of SwiftUI views for handling pages of content
252 stars 14 forks source link

Custom PageIndicator icons only support SFSymbols #1

Open phillipcaudell opened 11 months ago

phillipcaudell commented 11 months ago

The view builder for icon customisations on PageIndicator will only work if the Image(systemName...) initialiser is used. Custom assets won't render.