BWWalkthrough
BWWalkthrough copied to clipboard
BWWalkthrough is a simple library that helps you build custom walkthroughs for your iOS App
While trying to implement the cocoa pod, BWWalkthrough, into my current project programmatically, I ran into a problem with the init functions/inheritance. I tried to subclass BWWalkThroughViewController in my own...
This PR contains a fix for an issue I discovered that occurs when instead of presenting a BWWalkthroughViewController - pushing with a UINavigationController.
I have used the BBWalkthrough to make an app but have more than 15 views it scrolls through. As the views that are not removed when they are not shown...