Apple Watch app scroll the view to top programmatically after launching app -


i need scroll top main interface controller of apple watch app programmatically after each launch specially if users has left app after scrolling down.

edit: possible in watchos 4. use scrolltoobject:atscrollposition:animated: method.


unfortunately, isn't possible. watchkit provides method scroll top of wkinterfacetable, not entire interface controller.

the workaround i've found hide every element in interface controller. doesn't hide element, removes controller. when unhide everything, you'll @ top of content.


Comments