iosphere/ISHPullUp

Pass data from bottomVC to ViewController

Closed this issue · 1 comments

Satwa commented

Hello,

The lib is working correctly however I need to pass data from bottomVC to ViewController (ISHPullUpViewController) so that I can make interactions with the contentVC.

How can I pass data from bottomVC to ViewController?

Satwa commented

FIXED: From the ViewController do bottomVC.mainVC = self so that you can access it easily