Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Antduo opened this issue Sep 21, 2017 · 13 comments
Open

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

Antduo opened this issue Sep 21, 2017 · 13 comments

Comments

@Antduo
Copy link

Antduo commented Sep 21, 2017

image

@savage7
Copy link

savage7 commented Sep 22, 2017

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

@sunyunfei
Copy link

I have the same problem.

@tuwanli
Copy link

tuwanli commented Sep 26, 2017

Have you solved it?

@florianbuerger
Copy link

Animating the status bar in iOS 11 is hard. I solved it by snapshotting the content view and animating that.

florianbuerger@220db82

I'll submit a PR in the next days, I have to clean up the other stuff that was changed.

@firozkhursheed
Copy link

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
Copy link

@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
Copy link

firozkhursheed commented Oct 9, 2017

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
Copy link

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

@firozkhursheed
Copy link

Thanks @florianbuerger, it worked 👍 .

@michelalbers
Copy link

@florianbuerger thank you so much!

@gastonmorixe
Copy link

added a comment in the PR

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

@iOSSer
Copy link

iOSSer commented Apr 25, 2019

@florianbuerger thank you so much! 👍

1 similar comment
@SandeepAggarwal
Copy link

@florianbuerger thank you so much! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants