Multi-Bundle Loading #306
Unanswered
gangliu852
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to implement bundle loading, but the public API only provides
- (NSURL *)bundleURL;
and it can only be called once. I used the runtime to obtain therctInstance
instance and called the_loadJSBundle
method to achieve bundle loading capability. Are there any side effects? Or does Apple officially recommend using bundle loading?Beta Was this translation helpful? Give feedback.
All reactions