I have a table view which is autosizing to the full frame of the view it is in. I don’t want it to stretch. I’ve shut off all of the bars in AutoSizing in Interface Builder but to no avail. How can I shut off autosizing and stretching in IB?
Share
What I found to be the best answer is to just create the UITableView from code and size it there.