运行时 xib 下载?
是否有机会从远程服务器运行 xib 加载?或者我需要编译到构建中?如果可能的话,如何在界面生成器中添加远程图像资源。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否有机会从远程服务器运行 xib 加载?或者我需要编译到构建中?如果可能的话,如何在界面生成器中添加远程图像资源。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我认为可以使用捆绑包,但在检查 docs 再次,看起来你不能使用这个。这是有道理的。 Apple 不希望您在未经他们审核的情况下扩展应用程序的功能。恶意行为也可能危及安全。
所以,我怀疑你能否做到这一点。
I assumed Bundles could be used but after checking with docs again, it looks like you can't use this. It makes sense. Apple wouldn't want you extend your app's functionality without them reviewing it. Malicious behavior could compromise security too.
So, I doubt you will be able to do this.
这是有可能的。但您无法添加功能。在这里检查这个解决方案:
在 iOS 上加载 NSBundle 文件
值得注意 - WeCity 可能有一个 javascript其中的解释器可以解释您所看到的内容。不过,构建起来要复杂得多。
It's possible. You can't add functionality though. Check this solution here:
loading NSBundle files on iOS
Worth noting - WeCity probably has a javascript interpreter in it that allows for what you are seeing. Building that is a lot more complicated though.