Search code examples
objective-ccocoa-touchiosuikeyboarduitextfielddelegate

How to change UITextField when edited


When my UITextField is pressed and type commences, my UITextField is covered up. Is there a way to move it up or move the keyboard? If so, what function would I do that in?


Solution

  • See this answer: How to make a UITextField move up when keyboard is present?