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 に答える