如何为我的 iOS 应用程序创建小部件?
小部件是 iOS5 中有趣的功能之一。但目前只有天气和股票小部件。那么,有什么方法可以为我的应用程序创建小部件并显示其中的动态内容(例如热点新闻)?
文档不包含有关此的任何信息。仅适用于仪表板小部件教程
,但它适用于 Mac,并且从 2009 年开始。也许此功能是隐藏的,并且有一些私有 API?
任何帮助将不胜感激。谢谢。
Widgets are one of the interesting features in iOS5
. But there are only Weather and Stocks widgets at this moment. So, is there any way to create widget for my app and show the dynamic content in it(hot news, for example)?
Documentation doesn't contain any info about this one. Only for Dashboard Widget Tutorial
but it's for Mac and from 2009. Maybe this functionality is hidden, and there is a some private API?
Any help would be appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前没有针对小部件的公共 API。我想这将在某个时候成为 SDK 的一部分,也许是 5.1 或 5.2。现在,我相信你必须在 5.0 版本中越狱你的 iDevice。越狱社区有很多关于如何在越狱时创建小部件的教程。
There is no public API for widgets at the moment. I'd imagine this will be apart of the SDK at some point, maybe 5.1 or 5.2. For now, I believe you have to jailbreak your iDevice in 5.0. The jailbreak community has lots of tutorials on how to create widgets when jailbroken.