I have an ebook style iPhone app that allows users to read a book. I have it setup so that when they leave the app, it remembers what page they were on, but not the exact spot on the page (the page can scroll quite a bit).
I am using NSUserDefaults to get me back to the page, I was wondering though if anyone had any ideas about how I might go about capturing the location they are on the page...
Would there be some way to capture y coordinate locations? Is that the right direction? What do you think?
Thanks!!