You need a panel that sometimes (for a specific user action) appears at the bottom of the UITableView and blocks the display and the response to screen rotation (vertically-horizontally). How to do it better? Create nib for this panel?

    1 answer 1

    Yes, it is not necessary to create a whole nib for this panel, you can simply create another software view, which will carry this panel, put the view on top of the UITableView and prevent the user from doing anything.