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 ];