Open dekablade01 opened 5 years ago
@Dekablade01
I already tried this approach of transforming UIPageControl
by 90°, but considering the UI which was needed as per the challenge (hollow bordered circular dots => no default property on UIPageControl
), it was hard to achieve this.
In this case, I had two options,
UIPageControl
and customize it by iterating through its subviews.So I preferred to choose the second option.
For displaying the loading indicator, there wasn't any such preference about showing UIActivityIndicatorView
or MBProgressHud
. I have just used that in previous projects, so was inclined to it.
UIPageControl
in vertical, you can do it with few lines of code