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

Use parent-child relationship #102

Closed nighthawk closed 7 years ago

nighthawk commented 7 years ago

By calling the addChildViewController and didMove(toParentViewController:) methods, embedded child view controller can do things like presenting a modal view controller.

ariok commented 7 years ago

Thank you :) great suggestion. I've merged your code with the latest version 2.1.1. I'm still fighting with cocoapods master repo update at the moment, but the new version should be available soon.