FB iOS SDK,使用 UITabBarController 作为应用程序委托中的根控制器

发布于 2024-11-03 11:06:26 字数 367 浏览 0 评论 0 原文

我实例化了一个 UITabBarController 作为我的应用程序委托的根控制器。对于 FB IOs SDK,它表示要在其中执行以下操作:

-(BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url

“在此方法中,调用应用程序的 Facebook 对象的 handleOpenURL 方法,确保传入 url 参数。”

使用 FB ios sdk 和选项卡栏控制器来子类化 UITabBarController 并在那里创建 FB 对象是标准方法吗?或者是否有另一种方法,我不必子类化 uitab bar 控制器并在其他地方创建 fb 对象?

I instanced a UITabBarController as the root controller for my app delegate. For FB IOs SDK it says to do the following inside of:

-(BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url

"In this method, call your application's Facebook object's handleOpenURL method, making sure to pass in the url parameter."

Is the standard way to use FB ios sdk with a tab bar controller to subclass UITabBarController and create the FB object there? Or is there another way where i don't have to subclass uitab bar controller and create the fb object else where?

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

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

发布评论

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

评论(2

趁年轻赶紧闹 2024-11-10 11:06:26

您不必子类化 UITabBarController。没有创建 Facebook 对象的标准位置。您可以在任何您想要的地方创建它。这取决于您的应用程序。查看 AcaniWelcome。它在 Facebook 对象>FacebookUser : ManagedObject loadSession 实例方法

You don't have to subclass UITabBarController. There isn't a standard place to create the Facebook object. You can create it anywhere you'd like. It depends on your application. Check out AcaniWelcome. It creates the Facebook object in the FacebookUser : ManagedObject loadSession instance method.

〆凄凉。 2024-11-10 11:06:26

您可以根据需要使用fb ios sdk。您不需要子类化 UITabBarController。

you can use fb ios sdk as you want. You don't need to subclass UITabBarController.

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