在 iPhone 应用程序中加载服务器上的 nib 文件

发布于 2024-10-17 11:09:48 字数 342 浏览 2 评论 0原文

问题

我想将服务器上的 nib 文件加载到手机中运行的应用程序中。

我的方法

我目前将一个xml文件从服务器传递到我的iPhone应用程序,给出布局的基本细节(例如TableView或导航栏等)

我的方法有问题

它这是一种非常耗时且不是从服务器动态更新/控制 UI 的通用方法。

因此,解决这个问题的更好方法是在服务器上拥有各种动态nib,并根据应用程序流程加载适当的.nib文件。

是否可以将 nib 文件从服务器加载到我的 iPhone 应用程序?

Question

I want to load a nib file at Server to an application running in Phone.

My Approach

I currently pass an xml file from the server to my iPhone applicaiton giving a basic detail of the layout (For eg TableView or Navigation Bar etc)

Problem with My Approach

Its a very time consuming and not a generic method for the Dynamically updating/controlling the UI from the server.

So the better way of solving this problem is to have various dynamic nib at the server and load the appropriate .nib file based on flow of application.

Is it possible to load a nib file from the server to my iPhone application ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

掐死时间 2024-10-24 11:09:48

我已经找到了我提到的这个问题的解决方案。

请检查
会议 117 - 构建服务器驱动的用户体验
在 WWDC 2010

谢谢

I have found a solution to this issue i have mentioned.

please check the
Session 117 - Building a Server-driven User Experience
in the WWDC 2010

Thanks

还不是爱你 2024-10-24 11:09:48

我认为这样的事情不可能/应该是可能的。原因是苹果有一套用户界面指南,在申请批准期间会受到严格检查。如果可以添加动态笔尖,我认为这基本上可以绕过整个“验证”过程。

I don't think anything like that would/should be possible. Reason being that Apple has a set User Interface Guideline which are strictly checked during the approval period of an application. If it were possible to add dynamic nibs that would essentially by pass the whole "verification" process me thinks.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文