views:

273

answers:

1

Hello,

I am a newbie in iphone development, I have a view with 10 textfields in it, when I tap on a textfield keyboard appears, this keyboard hides textfields and I was unable to see textfielld while editing.

I have seen something in UICatalog which moves corresonding textfield up in the view while editing but unable to follow the code ie which portion of the code is performing this.

Can you please spred some light on this.

Thanx in advance

+1  A: 

You'll have to do this one manually. Check out this answer. http://stackoverflow.com/questions/1775860/uitextfield-move-view-when-keyboard-appears

quixoto