Hi guys! I had two quick questions:
I have a problem with a text field near the bottom of my app, that when someone clicks on it, it is covered by the keyboard which prevents users from being able to see or enter text. How do I make it so if someone selects this text box the screen scrolls up so that they can still see it.
Also, I want to have it so that if someone selects one of the pages from my multipage widget using the navigation bar at the top of the screen, the image representing that page is temporarily changed (It will turn blue so they know they are on that page.) How to I reference an image in my code and set it to represent a particular page.
Thanks so much!