in my view, I added another view (named popupview) for a custom similar animation.
In popupview, I added a table view with it and set some restrictions on the table view.
but t * the available view does not change * , whatever the height is set in xib.
and here is another problem: when scrolls the tableview it scrolls out of the view even the tableview is inserted in the popup view
No problem with the image I used. it has the same height, width as the second uiview popupview
XIB structure:
View1 mainView - table view
View2 PopupView {Orange View}
TableView2 - a table in a popup view
! [enter image description here] [3]
What was the issue and how should i resolve it?
source share