如何更改“发送请求”对话框中的标题?
您可以在 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/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |