gpt4 book ai didi

ios - 选择或突出显示 UITableViewCell 时调用哪个方法

转载 作者:行者123 更新时间:2023-11-29 03:40:29 26 4
gpt4 key购买 nike

当一个tableviewcell被选中或突出显示时,我们发现它的背景颜色发生了变化(例如,变为蓝色)。我想知道这个过程中调用了多少个方法以及什么方法。希望得到您的答复!

另外,我想深入了解一些方法,比如调用了哪个方法,改变了背景颜色。

最佳答案

这些方法被调用,如果您想根据需要重写它,那么您必须重写这些方法。

- (void)setHighlighted: (BOOL)highlighted animated: (BOOL)animated
{
// don't highlight
}

- (void)setSelected: (BOOL)selected animated: (BOOL)animated
{
// don't select
//[super setSelected:selected animated:animated];
}

Here is the Documentary

关于ios - 选择或突出显示 UITableViewCell 时调用哪个方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18528043/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com