菜鸟教程小白 发表于 2022-12-12 08:54:32

ios - 如何在 iOS 应用中更改 fb 对话框标题?


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

<p> <img src="/image/TmqUa.png" alt="enter image description here"/> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您可以在 presentRequestsDialogModallyWithSession 方法中设置 title 参数。</p>

<pre><code> [FBWebDialogs
   presentRequestsDialogModallyWithSession:nil
   message:msg
   title:@&#34;Change your title here&#34;
   parameters:nil
   handler:nil
];
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何在 iOS 应用中更改 fb 对话框标题?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/15007596/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/15007596/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何在 iOS 应用中更改 fb 对话框标题?