-
-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add iOS/macOS observer hooks #3245
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Bloaty Results (iOS) 🐋Compared to main
Full report: https://maplibre-native.s3.eu-central-1.amazonaws.com/bloaty-results-ios/pr-3245-compared-to-main.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add some example usage to the Objective-C and/or Swift based apps?
for more information, see https://pre-commit.ci
Do you think this could help troubleshoot #2928 . I was trying to figure out how to troubleshoot the node process crash in xcode but wasn't really sure what hooks to watch for since I have never done it before. Does this add hooks I could watch for? |
@acalcutt Using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the documentation! |
Follow-up to #2694. Adds
MapObserver
events to iOS/macOS delegates.