TLYShyNavBar icon indicating copy to clipboard operation
TLYShyNavBar copied to clipboard

Cannot work on iPhone X.

Open bernikowich-cedoni opened this issue 7 years ago • 5 comments

Related to:

    /* The standard status bar is 20 pixels. The navigation bar extends 20 pixels up so it is overlapped by the status bar.
     * When there is a larger than 20 pixel status bar (e.g. a phone call is in progress or GPS is active), the center needs
     * to shift up 20 pixels to avoid this 'dead space' being visible above the usual nav bar.
     */
    if (statusBarHeight > 20)
    {
        statusBarHeight -= 20;
    }

bernikowich-cedoni avatar Sep 20 '17 10:09 bernikowich-cedoni

This seems pretty urgent

StainlessStlRat avatar Sep 26 '17 02:09 StainlessStlRat

There are quite a few forks of this that seem to have corrected for this, like this one: https://github.com/receipt-bank/TLYShyNavBar/blob/f4004c7b1ce0989b4ab60dfc465554fb94f2883c/TLYShyNavBar/ShyControllers/TLYShyStatusBarController.m

winzig avatar Sep 28 '17 21:09 winzig

@winzig Thank you.

stevekim0417 avatar Sep 30 '17 05:09 stevekim0417

Thank you

joshbernfeld avatar Oct 12 '17 23:10 joshbernfeld

@winzig Nice job! Thank you.

ksti avatar Oct 11 '18 05:10 ksti