Giter Site home page Giter Site logo

Comments (9)

ShezHsky avatar ShezHsky commented on May 12, 2024 1

Yep makes sense - my first thought would be to change its visibility in tandem with whether there are any popovers to present, so the status bar returns to normal programming once all popovers have been dismissed.

An alternative approach I took a quick stab at this afternoon was attempting to present the view controller containing the popover within the same window. I've pushed a rough attempt at the idea to my fork, this might also help your other question (#3) as you can ask the window for it's scene via windowScene. I'll keep at it but you might have some follow on ideas/warnings from this!

from popovers.

aheze avatar aheze commented on May 12, 2024

@ShezHsky thanks for raising the issue! I’ll take a look.

from popovers.

aheze avatar aheze commented on May 12, 2024

Interesting, it does seem to be a problem with the presented window. Working on it.

from popovers.

aheze avatar aheze commented on May 12, 2024

Similar problem here: https://stackoverflow.com/questions/59837705/stop-overlay-uiwindow-from-controlling-the-status-bar

from popovers.

aheze avatar aheze commented on May 12, 2024

Setting isHidden = true on the window stops the window from stealing the status bar focus. But of course, nothing shows up...

Popover.sheet.status.bar.mov

from popovers.

aheze avatar aheze commented on May 12, 2024

Woah, nice! Thanks again. I'll check it out.

from popovers.

aheze avatar aheze commented on May 12, 2024

Cool approach. There's some weird animations currently but should be fixable. I'll do some more testing with the view controllers and see if there's any drawbacks.

Btw thanks for WindowReader! Looks like exactly what I was missing.

from popovers.

aheze avatar aheze commented on May 12, 2024

Similar problem here: https://stackoverflow.com/questions/59837705/stop-overlay-uiwindow-from-controlling-the-status-bar

In the meantime I'll add a bounty to that stack overflow question. There could be some random property that you need to set or whatever...

Screenshot of the post: Stop overlay UIWindow from controlling the status bar

from popovers.

aheze avatar aheze commented on May 12, 2024

Seems like there's a private API that can help with this...

/// Private API overrides for status bar appearance
/// http://www.openradar.me/15573442
/// http://www.openradar.me/30064691
/// https://openradar.appspot.com/23677818
@objc(_canAffectStatusBarAppearance)
private var canAffectStatusBarAppearance: Bool {
    false
}

from omaralbeik/Drops#22

from popovers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.