handsomecode / InteractiveSideMenu

iOS Interactive Side Menu written in Swift.
Apache License 2.0
708 stars 164 forks source link

Not work on ios 12 #98

Open ysdvincent opened 6 years ago

HiramKarim commented 5 years ago

There some issues in the code that must be fixed ASAP:

Files:

Options.swift Line 98

MenuContainerViewController.swift Lines: 150 and 168

epitonium commented 5 years ago

I have a strange behaviour on ios 12 too. Right bar button items disappear some times and some times not.

prasenraj commented 5 years ago

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