I’ve create UIPageViewController in interface builder. Now, I’d like to change its’ class to UIViewController but it seems I cannot do that apart from deleting current controller and creating new one and re-adding all segues.
Custom class property only shows UIPageViewController classes and if I set it to UIViewController it just reverts back.
It turns out you can edit storyboard xml file and just change pageViewController tag into viewController tag and it works.