-
Hi, just my 2 cents, because I don‘t want to manually add viewWillDisappear(_:) to all of my view controllers I swizzled the UIViewController method for the check:
import UIKit
private func s…
-
### Are you on the latest version of AssetRipper?
Yes, I'm on the latest release of AssetRipper.
### Which release are you using?
Windows x64
### Which game did this occur on?
Switch SA…
-
### Description
layoutSubviews swizzling causes issues for UIKit.
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [x] bug
- [ ] enhancement (feature request)
- [ ] quest…
-
Issue causing 3rd party SDKs, like Expo notifications, not receiving device tokens when registered to the device, contrary to expected behavior.
## Expected Outcome
* Add 3rd party SDK to your app (…
Samox updated
2 months ago
-
Recently, PS4 is also seeing an increasing number of games with Swizzle image files,
such as Nintendo Switch
Can you help me convert PS4 Swizzle files to Unsweezle as below?
[NotoSansJP-Regular …
-
https://coredumped.dev/2024/09/09/what-is-the-best-pointer-tagging-method/
改写成c++
https://news.ycombinator.com/item?id=41488377
https://www.reddit.com/r/ProgrammingLanguages/com…
-
KTX2 files may have swizzling metadata that are expected to be applied on rendering.
KTX software behavior on processing files with such metadata via Basis should be documented and preferably confi…
-
## Documentation link
It doesn't exist yet.
## Describe the problem
If I swizzle a component, e.g. `ApiExplorer/index.tsx`, my TypeScript configuration will start complaining with errors such…
-
After upgrading from version 2.0.7 to 2.1.0. firebase_auth phone registration broke on iOS.
Xcode log: Phone number verification failed. Code: verifyPhoneNumberError. Message: If app delegate swiz…
-
Just thought I'd share an idea that if you used `UIViewControllerRepresentable` instead of `UIViewRepresentable` you could handle disappearing without having to swizzle and you wouldn't need to search…