Not work on ios 12
There some issues in the code that must be fixed ASAP:
Files:
Options.swift Line 98
MenuContainerViewController.swift Lines: 150 and 168
I have a strange behaviour on ios 12 too. Right bar button items disappear some times and some times not.
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 = .curveEaseInOut
it's working fine. Try to do changes