在 iPhone 应用程序中加载服务器上的 nib 文件
问题
我想将服务器上的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经找到了我提到的这个问题的解决方案。
请检查
会议 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
我认为这样的事情不可能/应该是可能的。原因是苹果有一套用户界面指南,在申请批准期间会受到严格检查。如果可以添加动态笔尖,我认为这基本上可以绕过整个“验证”过程。
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.