OnboardKit
OnboardKit copied to clipboard
Failed to determine navigation direction for scroll
@NikolaKirev thanks a lot for the amazing work!
I just experienced the following crash:
Fatal Exception: NSInternalInconsistencyException Failed to determine navigation direction for scroll closure #1 in OnboardViewController.advanceToPageWithIndex(_:)
The info I have about it is:
- the view where
OnboardKit
is shown was loaded - the app entered the
applicationWillResignActive
state - the app entered the
applicationDidBecomeActive
state. - then, the crash happened.
Are you able to reproduce it?