Skip to content

Instantly share code, notes, and snippets.

@blsage
Last active October 22, 2020 00:47
Show Gist options
  • Save blsage/e91ce20181394dee26961a32cbbcc4bf to your computer and use it in GitHub Desktop.
Save blsage/e91ce20181394dee26961a32cbbcc4bf to your computer and use it in GitHub Desktop.
iPages modifiers demo
iPages(currentPage: $currentPage) {
Text("Kanye")
Text("Omari")
Text("West")]
}
.hideDots(false)
.wrapsInfinitely(true)
.dotsTintColors(currentPage: Color.pink:, otherPages: Color.purple)
.dotsBackgroundStyle(style: .prominent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment