romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.
MIT License
7.1k stars 1.35k forks source link

ios 11 A white bar appears on the navigation bar #303

Open Antduo opened 7 years ago

Antduo commented 7 years ago

image

savage7 commented 7 years ago

I have the same problem. As soon as the view.transform is made this issue appears.

sunyunfei commented 7 years ago

I have the same problem.

tuwanli commented 7 years ago

Have you solved it?

florianbuerger commented 7 years ago

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.

firozkhursheed commented 7 years ago

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?

florianbuerger commented 7 years ago

@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.

firozkhursheed commented 7 years ago

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'

florianbuerger commented 7 years ago

Can you try it again? At some point in the past, I changed the name in the Podspec file.

firozkhursheed commented 7 years ago

Thanks @florianbuerger, it worked 👍 .

michelalbers commented 6 years ago

@florianbuerger thank you so much!

gastonmorixe commented 6 years ago

added a comment in the PR

I have found that scaling layer.transform instead of view.transform does not cause this bug

iOSSer commented 5 years ago

@florianbuerger thank you so much! 👍

SandeepAggarwal commented 5 years ago

@florianbuerger thank you so much! 👍