Could not cast value of type 'UIViewController'
Your storyboard doesn't seem to be linked to a BWWalkthroughViewController
. Find where the view controller should be a BWWalkthroughViewController
, and check if it is one.
I have same issue.
I can fix to set BWWalkthroughViewController, not BWWalkthroughPageViewController in my walthrough storyboard.