TimOliver/TOWebViewController

bottom toolbar below bottom safe area iPhone X

sssandyad opened this issue · 2 comments

Goals

the library can support iPhone X layout.

Expected Results

I expected the view to be like this:

screen shot 2018-04-19 at 10 57 28 am

I can achieved it by using hacky approach and kinda dirty. But still not perfect :(
I hope it can be supported natively by the library.

Actual Results

bottom toolbar below bottom safe area iPhone X:

screen shot 2018-04-19 at 11 10 37 am

Steps to Reproduce

Always Reproducible

Hardware / Software

Hardware: iPhone X
Software: iOS 11.x

Have u fixed this ?

Hi @sssandyad! Sorry for the late reply!

Hmm, I just tested it on iOS 11.4 on both the iOS Simulator and my iPhone X and I can't reproduce it. It's the UIToolbar of the parent UINavigationController, so it should have always been working from the start.

screenshot

Please try the latest copy in the master branch, and if it persists, please open a new issue and provide a detailed description on how you're presenting the library.

Thanks!