Paging combined with modal view
Hello, everyone
My app presents its contents very much like the Apple Weather app: scrollview with paging enabled. Everything works well there.
However, I also have a settings button on each page that presents a modal view (again, just like the info button of the Weather app). I used Apple's sample app, PageControl, to set all of this up.
Here is the problem: when I touch the settings button, the settings page appears, but the page control dots are still visible, and scrolling is still enabled, which interferes with the buttons on the settings page. This is not how the Weather app is set up (page control dots disappear when info button is touched).
How do I modify the sample app's code to get this result?
Thank you in advance for your help,
lestro
|