Prasenjit Das

Results 1 comments of Prasenjit Das

HI @HiramKarim MenuContainerViewController.swift Lines: 150 and 168 you change this line like "currentContentVC.removeFromParentViewController()" and "addChild(selectedContentVC)" to "self.addChildViewController(selectedContentVC)" Options.swift Line 98 public var animationOptions: UIView.AnimationOptions = .curveEaseInOut to public var animationOptions:UIViewAnimationOptions...