Olga Konoreva
Olga Konoreva
Hi @jackdem, What preferred status bar color do you have, when menu items are loaded? It could be a situation, when you have `default` (darkContent) and dark background. If you...
Is it reproduced on iOS 11 only or on all versions?
In Xcode you can click on _Active Scheme_ and then [_Download Simulators_](https://cl.ly/0e0B43080e2S) and choose version before 11 to download. Also, [this Stack Overflow question](https://stackoverflow.com/questions/4262018/xcode-simulator-how-to-run-older-ios-version) should help you.
I'll take a look into your issue today. To simplify this work, please, try to reproduce the issue on the sample or send me your code.
Also, did you test it on a real device? Or simulator only?
Hi @jackdem , It looks like `CGAffineTransform(scaleX, y)` of ViewController's view works not correctly with NavigationBar in iOS 11. I'm going to report a bug to Apple. You can use...
Using `transitionOptions.contentScale = 1` https://github.com/handsomecode/InteractiveSideMenu#animation-customization
Please, attach the recording. I can't reproduce your issue with `contentScale` equal to 1.
It will depend on Apple's answer
Not yet. This feature will not be added in the nearest 2.1 release. But you always could send us pull-request with rtl implementation if you need it now. Thank you!