如何更改“发送请求”对话框中的标题?
Best Answer-推荐答案 strong>
您可以在 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/
|