Open teamdisc opened 6 years ago
I saw that PageViewIndicator is implemented by subclassing UIControl. This is neat, but IMO, perhaps we could use UIPageControl and customize its style to be like in the design. I think it should result the same with less workload needed ✌🏻
PageViewIndicator
UIControl
UIPageControl
I saw that
PageViewIndicator
is implemented by subclassingUIControl
. This is neat, but IMO, perhaps we could useUIPageControl
and customize its style to be like in the design. I think it should result the same with less workload needed ✌🏻