-
Notifications
You must be signed in to change notification settings - Fork 0
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
root view controller status bar disappears #2
Comments
Thanks! As you might see, this repo is 3 years old and not being actively developed. I'm not sure if I will do any work on this. |
Thank you so much for replying! |
What is the problem with your existing code?
Claes
…On Sun, Sep 10, 2017 at 3:49 PM, smart.Sakuragi ***@***.***> wrote:
Thank you so much for replying!
I am building a app which need this effect, would you help me please !
Here is the git link:https://github.com/iSakuragi/
MailLikeModalPresentation
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAe83QmSgXKyLa1CemVc1WJ1RufGYUNkks5sg-jmgaJpZM4PSS0a>
.
|
I set this: cause this problem: |
I think this might be related to some new layout behaviours in iOS 11.
estimatedHeightFor... If you test it in iOS 10 simulator it seems to be
working.
…On Sun, Sep 10, 2017 at 4:43 PM, smart.Sakuragi ***@***.***> wrote:
I set this:
self.presentingViewController.transform = CGAffineTransitionMakeScale(0.9,
0.9);
cause this problem:
root view controller’s content upper offset 20pixel
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAe83UlIoFNUmJBv-LNFqKoVr1sDlG-oks5sg_WbgaJpZM4PSS0a>
.
|
it works!Thank you ! |
and root view controller's content get a UP offset in status' height
The text was updated successfully, but these errors were encountered: