菜鸟教程小白 发表于 2022-12-13 15:07:25

ios - 使 SFSafariViewController 随设备旋转以匹配方向


                                            <p><p>我正在从 tableVC 中创建一个 SFSafariViewController 的实例。当 SafariVC 打开时,旋转设备时它的方向不会改变(纵向到横向,反之亦然)。有没有快速解决这个问题?我试图在 SafariVC 上使用一些布局 anchor ,这导致了崩溃。代码如下:</p>

<pre><code>-(BOOL)textView:(UITextView *)textView shouldInteractWithURL:(NSURL *)URL inRange:(NSRange)characterRange {
    SFSafariViewController *sfvc = [initWithURL:URL entersReaderIfAvailable:YES];
    ;
    ;
    ;
    return NO;
}
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>也许这对您来说太晚了,但您是否只使用模拟器进行测试?
我遇到了同样的问题,但它在设备上正常工作。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 使 SFSafariViewController 随设备旋转以匹配方向,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/35823942/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/35823942/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 使 SFSafariViewController 随设备旋转以匹配方向