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

ios - iOS线程上的addsubview安全吗?


                                            <p><p>我正在使用 Apple 的 <a href="http://developer.apple.com/library/ios/#samplecode/PageControl/Listings/Classes_iPhone_PhoneContentController_m.html" rel="noreferrer noopener nofollow"> Page Control</a>示例和我的 UIScrollview 滚动时不流畅。我正在考虑使用GCD。我相信我所有的代码都是线程安全的,除了我的最后一行是 。</p>

<p>我阅读的所有文档都提到 UIKit 不是线程安全的,但给出的示例总是与设置值有关,例如 self.myLabel.text = @"some text"。</p>

<p>addSubview 线程安全吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>所有界面操作都应该在主线程中完成!在其他情况下,您可能会感到头痛。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - iOS线程上的addsubview安全吗?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/6940947/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/6940947/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - iOS线程上的addsubview安全吗?