I'm trying to implement something similar to Instagram's Search view that (I'm guessing) uses a Page Controller with tabs and a small scroll bar to track the position.
The tabs seem straight forward enough but what's the best way to implement the scroll bar? Is there anything built in or do I need to figure out how to track the position of the page controller and draw the line manually?