菜鸟教程小白 发表于 2022-12-13 14:14:45

ios - UIButton 隐藏但工作


                                            <p><p>我正在做一个应用程序,使用 ARC。我将一个按钮作为 subview 添加到导航 Controller ,然后将其删除。它在模拟器上运行良好,但在设备上,使用很长时间后,按钮被隐藏,但在触摸该区域时,它会响应。</p>

<p>会不会是内存问题?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>无论您放置 <code>button.hidden = YES</code> 的位置,也放置 <code>button.enabled = NO</code>。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - UIButton 隐藏但工作,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/11121342/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/11121342/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - UIButton 隐藏但工作