-
Notifications
You must be signed in to change notification settings - Fork 467
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
Status bar text ( center aligned) doesn't show up in iPhone X #226
Comments
Came exactly for the same issue. Is there any chance to show the notification under the navigation bar? |
Hey mavris, as far as i know, you can show it as a navigationBar. But under the navigation bar, i am not sure. |
It seems the library needs to be updated to take into account the new "Safe Area" released in iOS 11. Not sure how that would work on an iPhone X running iOS 10 (if that's even possible). Love CRToast – please make this happen! |
Same to me, part of the Title text got covered by the motion detector area(top centre). Stupid iPhone X design. |
My recommendation would to be stop using the status bar for toasts. |
Can you move the toast to a custom location? If yes, how? Documentation is terrible |
@Ashton-W Even I change to navigation bar toasts, part of the text still got covered by the area. |
Try not using over status bar too, we would need to add code to be aware of safe area to fix it otherwise |
Hi Guys, i've encountered an issue with the CRToastTypeStatusBar. The texts which are aligned center in the status bar presenter are not showing up in iPhone X. I am attaching the screenshot as well. Could you please let me know if there is any alternative for this behavior or are you guys updating the library any where soon?
Above red marked area is where i have my text. I really appreciate your work with CRToast. Thanks.
The text was updated successfully, but these errors were encountered: