You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
The main barrier to Tweaks in Swift is that they aren't loaded at load time — the code has to run to initialize the tweak. Without a workaround for that, it's hard to make it nearly as practical as in Objective-C, since you'll often end up with duplicate tweaks (if you create them within an object) or a lot of boilerplate code to store static instances of them.
I haven't come up with a good way to work around that, but I'm still looking. If one is found, I think that will be a good impetus to make the rest of Tweaks work well in Swift too.
Compared to:
And the rhs should support Array as well:
The text was updated successfully, but these errors were encountered: