IPhone - How may I scroll a UITextField and resize a UITextView when keybord appears?

Could you just programmatically scroll the uiscrollview using this: (void)scrollRectToVisible:(CGRect)rect animated:(BOOL)animated Not sure if this will work for your application or not.

Could you just programmatically scroll the uiscrollview using this: - (void)scrollRectToVisible:(CGRect)rect animated:(BOOL)animated Not sure if this will work for your application or not.

That doesn't work. Strangely, it seems that the app consider that what is behind the keyboard is visible... Perhaps because keyboardWILLshow – Oliver Jan 26 at 11:16.

Animate the resize of the text view's frame in sync with the keyboard's appearance. Make this work for the textview? Make the Textview go back to its original position?

How may I do to scroll the TextField without any resizing feature?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions