I have a static UITableViewController with 5 sections.
In first section I embed UIPageViewController into UITableViewCell. But my app become freeze and no error appear.
I try to remove UIPageViewController and it works.
Can I have UIPageViewController inside UITableViewCell?
Or did I miss something?