Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改“发送请求”对话框中的标题?
您可以在 presentRequestsDialogModallyWithSession 方法中设置 title 参数。
[FBWebDialogs presentRequestsDialogModallyWithSession:nil message:msg title:@"Change your title here" parameters:nil handler:nil ];