i am trying to make an app to view txt files in uitextview. So far i got no problems about fetching the data and stuff.
In my app i have 2 uisliders. one to control font size and the other one to control the speed of textviews autoscroll.
My problem is with the second one (slider to control the speed of textviews autoscroll.)
in example if the uislider value is 0 the text is not autoscrolling and if the slider value is bigger than 0 it starts to scroll as fast as it is set. something like:
slider value:0 - 0 autoscroll, slider value:0.25 - 15 px autoscroll and so on...
Is there a way to do this, I have searching and googling but I have no luck.