
Hi all, Is it possible to resize the height of the UITextField in objective C?

To resize or set the height and width of the UITextField ...Just set the frame property as given below...
uiTxtFld.frame = CGRectMake(x,y,height,width);
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.