Open Antduo opened 7 years ago
I have the same problem. As soon as the view.transform is made this issue appears.
I have the same problem.
Have you solved it?
Animating the status bar in iOS 11 is hard. I solved it by snapshotting the content view and animating that.
https://github.com/florianbuerger/RESideMenu/commit/220db82c7989531a9be1be613dd57dcca9f25b12
I'll submit a PR in the next days, I have to clean up the other stuff that was changed.
Hi @florianbuerger, thanks for the fix, just want to know how can we use the fix which you have made. Will you submit a PR to romaonthego/RESideMenu
?
@firozkhursheed I didn't have time yet to submit the PR. If you are using CocoaPods/Carthage, you can point to my fork. See the corresponding documentation of CocoaPods/Carthage.
You could also fork the repo and integrate my commit linked above. That should be enough.
Thanks for immediate reply, I was getting this error.
pod install
Analyzing dependencies
Pre-downloading: `RESideMenu` from `https://github.com/florianbuerger/RESideMenu.git`
[!] Unable to find a specification for 'RESideMenu'.
My podfile updates:
pod 'RESideMenu', :git => 'https://github.com/florianbuerger/RESideMenu.git'
Can you try it again? At some point in the past, I changed the name in the Podspec file.
Thanks @florianbuerger, it worked 👍 .
@florianbuerger thank you so much!
added a comment in the PR
I have found that scaling layer.transform instead of view.transform does not cause this bug
@florianbuerger thank you so much! 👍
@florianbuerger thank you so much! 👍