ariok / BWWalkthrough

BWWalkthrough is a simple library that helps you build custom walkthroughs for your iOS App
MIT License
2.76k stars 246 forks source link

Added a public init for non-storyboard initialization #123

Closed GabrielCartier closed 4 years ago

GabrielCartier commented 5 years ago

The way the code is structured, you simply can't use the library without storyboard as the init is not public.

I made it public and created a helper method to setup the scrollView as it was.