cemolcay / SlidingContainerViewController

An android scrollable tab bar style container view controller
MIT License
217 stars 41 forks source link

Delegate methods are not calling #1

Closed ravifullestop closed 7 years ago

ravifullestop commented 9 years ago

Delegate methods are not calling. When i am selecting a tag then none of the delegate method is calling. Please help.

ingouackaz commented 9 years ago

Have you find any solution ?

ingouackaz commented 9 years ago

Add this on your root vc

    slidingContainerViewController.delegate = self

then call

func slidingContainerViewControllerDidMoveToViewController(slidingContainerViewController: SlidingContainerViewController, viewController: UIViewController, atIndex: Int) {

}
cemolcay commented 7 years ago

Please check out new version, it should be fixed.