• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

iOS SDK上的Twitter SDK,带有标准UI

用户头像
it1352
帮助1

问题说明

我正在寻找SDK将Twitter集成到我的iOS应用程序中。我做过研究,似乎MGTwitterEngine是大多数人推荐的。但是,MGTwitterEngine只提供对Twitter API的访问,但不提供对UI的访问。

I am looking for the SDK to integrate Twitter into my iOS App. I have done research, and seem that MGTwitterEngine is what most people recommend. However, MGTwitterEngine only provides access to the Twitter API, but not the UI.

我还看了一些与Twitter集成的iPhone应用程序,如SCVNGR,FriendsAroundMe,Hashable,他们都有相同的登录页面。但是,我无法找到这些应用程序使用的SDK。

I also looked a few iPhone app with Twitter integration, such as SCVNGR, FriendsAroundMe, Hashable, they all have the same login page. However, I couldn't find out what SDK these apps use.

我想知道是否有任何SDK发布(来自Twitter将是最好的),其中包括具有标准UI实现的SDK和一些演示代码。

I wonder whether there is any SDK release (from Twitter would be the best), which includes both the SDK with standard UI implementation, and some demo code.

感谢您的建议。

Steve

正确答案

#1

这些应用程序的登录UI可能是一个UIWebView。我说可能是因为我没有看到你提到的那些应用程序。 Twitter的登录通常在UIWebView中处理,因为Twitter需要OAuth。由于登录是在UIWebView中完成的,因此Twitter实际上提供了该UI。

The login UI for these apps is probably a UIWebView. I say probably because I haven't seen those apps that you've mentioned. The login for Twitter is usually handled in a UIWebView, because Twitter requires OAuth. Since the login is done in a UIWebView, Twitter actually provides that UI.

我建议 ShareKit 进行基本的Twitter互动,例如发帖。 ShareKit为您处理UIWebView。 编辑: ShareKit(0.2.1)似乎有一些内存泄漏问题。使用风险由您自己承担。

I would recommend ShareKit for basic Twitter interactions, like posting. ShareKit handles the UIWebView for you. edit: ShareKit (0.2.1) seems to have some memory leak issues. Use at your own risk.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcehfcj
系列文章
更多 icon
同类精品
更多 icon
继续加载