chrismiles / EZForm

iOS form handling and validation library.
MIT License
284 stars 64 forks source link

Added support for pagingEnabled scroll views for auto scroll #54

Closed petehare closed 10 years ago

petehare commented 10 years ago

Using the auto scroll with a paging enabled scroll view previously would leave you half way between pages. This patch simply ensures you're scrolled to the correct origin for the page that the input field is on.