I am attempting to implement a customized web page management / indicator in an iOS app that behaves like Instagram’s multi-image publish indicator:
- Customers can drag / scrub the indicator to maneuver between photos or pages constantly.
- I would like clean scrubbing, not simply leaping between discrete dots.
I attempted utilizing ScrollingPageControl
:
- The dots show appropriately.
- It makes use of a stack view for structure.
- However it doesn’t assist dragging / scrubbing out of the field.
- Including
UIPanGestureRecognizer
instantly doesn’t work.
Necessities:
- Steady scrubbing alongside the web page indicator.
- Replace seen web page dynamically as consumer drags.
- Works for horizontally scrollable posts / playing cards (not video).
Questions:
- Is there a ready-made library that helps scrubbing / dragging for a web page management like Instagram’s publish indicator?
- If not, what’s the finest strategy to implement this manually in Swift/UIKit?
Atmosphere:
Any steerage, instance implementations, or library options could be drastically appreciated.
I attempted utilizing bundle scrolling Web page Management that didnt work, Regular web page management I trid utilizing pan gesturee recogniser to web page management which the gesture will not be calling