OGeek|极客世界-中国程序员成长平台

标题: ios - 如何在 iOS 应用中更改 fb 对话框标题? [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 08:54
标题: ios - 如何在 iOS 应用中更改 fb 对话框标题?

如何更改“发送请求”对话框中的标题?

enter image description here



Best Answer-推荐答案


您可以在 presentRequestsDialogModallyWithSession 方法中设置 title 参数。

 [FBWebDialogs
     presentRequestsDialogModallyWithSession:nil
     message:msg
     title"Change your title here"
     parameters:nil
     handler:nil
 ];

关于ios - 如何在 iOS 应用中更改 fb 对话框标题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15007596/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://ogeek.cn/) Powered by Discuz! X3.4