Closed ravifullestop closed 7 years ago
Have you find any solution ?
Add this on your root vc
slidingContainerViewController.delegate = self
then call
func slidingContainerViewControllerDidMoveToViewController(slidingContainerViewController: SlidingContainerViewController, viewController: UIViewController, atIndex: Int) {
}
Please check out new version, it should be fixed.
Delegate methods are not calling. When i am selecting a tag then none of the delegate method is calling. Please help.