I know how to show a UIView
in popup, but it can not use UINavigationController
inside UIView
show i can show another view when i click a button, That why i thought i should show a UITableViewController
in a popup, i would like to know how to show a UITableViewController
so that when i click on any cell it should go to detail page in the same popup window. I found this example
but its not going to detail page.
Asked
Active
Viewed 4,510 times
2

Community
- 1
- 1

user1997951
- 167
- 1
- 3
- 15
1 Answers
0
I'd recommend you not to reinvent the wheel, and use one of many useful (and tested) libraries for that. For example, extracted from a quick search on GitHub:

sonxurxo
- 5,648
- 2
- 23
- 33