Scrolling to elements in iOS native applications

On the android side of the framework I’ve been using UISelectors and there is a chainable method called scrollable which I’ve been using… Turns out this isn’t cross platform and not a very scalable way of scrolling to elements.

What is your decided method of scrolling to elements into view, considering scrollIntoView is not implemented yet.