菜鸟教程小白 发表于 2022-12-13 00:13:18

iphone - UIButton 继承选中状态


                                            <p><p>我在自定义单元格中有一个 <code>UIButton</code>。选择单元格后,按钮也会将其状态更改为 <em>“highlighted”</em>。 </p>

<p>我想阻止这种行为。该按钮只有在被特别触摸时才会改变其状态(我在 <code>IBAction</code> 中处理了这一点)。 </p>

<p>有可能吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您可以继承 <code>UIButton</code> 并覆盖 <code>setSelected:</code> 方法而不调用 <code></code> 或使用 <code>[ 调用它super setSelected:NO];</code></p>

<p>如果要自己选择,调用<code>;</code></p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - UIButton 继承选中状态,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/14070827/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/14070827/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - UIButton 继承选中状态