In my iPad split view application, I’ve a table view in detailed view as well. Each row has a text field. When orientation changes, the table field in table view is extending out of table view.
Can some one tell me how to set the auto resizing mask so that even when orientation changes, the text fields will be within the table view?
In my iPad split view application, I’ve a table view in detailed view as
Share
if you add
tableviewassubviewofUIViewthen:while creation of
cellset like this:if u add
textFieldas subview ofcell. So that it will handle all of itssubviewswhile orientation