RESideMenu icon indicating copy to clipboard operation
RESideMenu copied to clipboard

ios 11 A white bar appears on the navigation bar

Open Antduo opened this issue 7 years ago • 13 comments

image

Antduo avatar Sep 21 '17 02:09 Antduo

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

savage7 avatar Sep 22 '17 08:09 savage7

I have the same problem.

sunyunfei avatar Sep 25 '17 09:09 sunyunfei

Have you solved it?

tuwanli avatar Sep 26 '17 01:09 tuwanli

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.

florianbuerger avatar Sep 27 '17 08:09 florianbuerger

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 avatar Oct 09 '17 12:10 firozkhursheed

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

florianbuerger avatar Oct 09 '17 12:10 florianbuerger

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'

firozkhursheed avatar Oct 09 '17 12:10 firozkhursheed

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

florianbuerger avatar Oct 09 '17 12:10 florianbuerger

Thanks @florianbuerger, it worked 👍 .

firozkhursheed avatar Oct 09 '17 13:10 firozkhursheed

@florianbuerger thank you so much!

michelalbers avatar Nov 03 '17 11:11 michelalbers

added a comment in the PR

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

gastonmorixe avatar Apr 03 '18 00:04 gastonmorixe

@florianbuerger thank you so much! 👍

iOSSer avatar Apr 25 '19 16:04 iOSSer

@florianbuerger thank you so much! 👍

SandeepAggarwal avatar Aug 26 '19 09:08 SandeepAggarwal