Closed genaks closed 8 years ago
This popup gets added as a subview to the current view controller. In a table view controller, the view
is a tableView
, which is a scrollView
.
Two workarounds:
UITableViewController
in a UIViewController
(this can be helpful for other reasons as well)
While trying to add the popup to a UITableViewController, the pop up view continues to scroll along with the TableView's scrollView and only a part of the tableViewController's view is dark. Maybe I am doing it the wrong way but here it is -