PhilippeBoisney / AlertOnboarding

A simple and attractive AlertView to onboard your users in your amazing world.
MIT License
842 stars 109 forks source link

How to access the child page view content? #18

Open rlam3 opened 7 years ago

rlam3 commented 7 years ago

The following line in the code is preventing me from tinting the color of my icons. Is there a workaround to accessing the child page view controllers?

Thanks!

    fileprivate var container: AlertPageViewController!
PhilippeBoisney commented 7 years ago

Not really, what do you want to do exactly ?

benguild commented 6 years ago

My pull request #28 includes an optional delegate method callback for this. If you implement it, that method will be called when the view controller is displayed, to perform any animations or manipulations, etc.