Paging scroll indicator

I don’t know what it’s called, but I’m referring to the “•••” that you see under something with multiple pages that you can swipe or advance back and forward to.

I can fathom how to make a custom control, but it is so ubiquitous that I have to believe it’s a standard iOS control.

Is there a way to get this from Xojo?

What you are looking for is called a UIPageControl

https://developer.apple.com/documentation/uikit/uipagecontrol/

1 Like

Thank you, Greg.

Has anyone has implemented this in a plugin or by declare?

I dont know if it still works, but several years ago there was a project implementing it. Youll likely need to do some updates for API2

Other option is to see if MBS plugins has anything for it

1 Like

Thank you, Jason!

I have an easy to use UIPageControl class. I will upload it to Github tomorrow if I get time.

No worries, Jeremie, I think I got what I need.
But others may appreciate it.