I’m attempting to implement an infinite web page management much like Instagram’s story indicator. Here is what I would like:
Necessities:
The web page management ought to help infinite scrolling.
It ought to deal with a lot of gadgets gracefully with out cluttering the UI.
It ought to sync with a horizontally scrolling UICollectionView.
What I’ve Tried:
What I’m Considering:
I might create my very own customized web page management utilizing UIView and CALayer or related, however that looks like it would take vital effort.
Challenges:
Making the controls infinite (so that they wrap round easily when the consumer scrolls again to the beginning or ahead to the top).
Offering a minimalist UX that works nicely with a lot of gadgets with out cluttering the display.
Key Options I’m Wanting For:
Assist for infinite scrolling.
Easy animations for transitions between pages.
The flexibility to customise the looks (e.g., measurement, colour, spacing).
Syncing the web page management with a UICollectionView.
UIPageControl: It really works for small datasets however turns into cluttered and unresponsive with a lot of pages.
Third-party Libraries:
CHIPageControl: Solely focuses on animation and elegance, lacks infinite help.
ImageSlideShow: Extra fitted to slideshow-style animations, not infinite controls.
Different libraries appear overly difficult or restricted in performance.