In the UINavigationBar
, I want to put a hybrid of UIProgressView
& UIPageControl
to show the user what step (page) of the sign up flow they're on and how many steps are left.
It look like the following UIProgressView
except with bubbles/dots/circles.
How could I do that? Does UIKit offer such a control? If not, are there any open source versions of that?