Coder Social home page Coder Social logo

Comments (3)

heilerich avatar heilerich commented on June 1, 2024 1

Oh I see, the appearance proxy is the problem. Thanks for the clarification! I should have thought of that myself. When reading your code comment my brain didn't parse 'appearance' to UIAppearance 😅

I think I have a working version, disabling the code in extensions if sharedApplication is not accessible. I guess this will delay delay changing the theme in the extension a little bit, but since extensions are reloaded by the OS quite frequently anyways I think this shouldn't be a problem. I will test for a few more days and drop you a PR as soon as I get round to it.

from gestalt.

regexident avatar regexident commented on June 1, 2024

This is why:

"Note: iOS applies appearance changes when a view enters a window, it doesn’t change the appearance of a view that’s already in a window. To change the appearance of a view that’s currently in a window, remove the view from the view hierarchy and then put it back."

(From the documentation of UIAppearance.)


If you can figure out a way to make things work with app extensions I'd welcome a PR! 🤩

Maybe this might help:

I could just mention that sharedApplication actually exists in extensions, just artificially blocked due to how Apple have set up their extensions lifecycle. UIApplication.value(forKey: "sharedApplication") as! UIApplication will give you what you want. ;-)

(From comment on StackOverflow)

Or by detecting the app extension and disabling the code:

from gestalt.

regexident avatar regexident commented on June 1, 2024

Great, looking forward to it!

from gestalt.

Related Issues (13)

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.