Is there any elegant way to make a popup contains tableView I could add table view as a subView but it isn't really what I am looking for. I have tried to Download third party libraries (from gitHub but all I found were broken links). I don't want to create a brand new View and use it as navigation since it should be popup.
I think adding a subview with a table view inside of it would solve the solution but I am not sure if it is the best way since I saw some third party code, that solves the issue. Could anyone please to suggest what is the best way to approach this issue?