Hi everyone, I have an iOS app that displays content from a sqlite db in a UIWebView (theres a reason I am using the UIWebView over say a ScrollView, and it is for some CSS). I want to add a feature to my app that will make it easier to read from. I want to have a button, that initiates an autoscroll function where the UIWebView begins to scroll at a certain set speed when fired.
Pretty simple I imagine, I just have no clue of where to begin. Does anyone know of any tutorials about this topic? Can anyone give me some keywords that I can do research on to get a better understanding of how I need to set this up? Any help here is appreciated!!