2

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

在此处输入图像描述

4

1 回答 1

1

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

 [FBWebDialogs
     presentRequestsDialogModallyWithSession:nil
     message:msg
     title:@"Change your title here"
     parameters:nil
     handler:nil
 ];
于 2013-03-23T16:16:45.997 回答