InteractiveSideMenu icon indicating copy to clipboard operation
InteractiveSideMenu copied to clipboard

Not work on ios 12

Open ysdvincent opened this issue 5 years ago • 3 comments

ysdvincent avatar Sep 12 '18 01:09 ysdvincent

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

Files:

Options.swift Line 98

MenuContainerViewController.swift Lines: 150 and 168

HiramKarim avatar Sep 18 '18 19:09 HiramKarim

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

epitonium avatar Oct 18 '18 13:10 epitonium

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

prasenraj avatar Oct 21 '18 07:10 prasenraj