我有一个包含8 UIButtons的IBOutletCollection。 所有的州都拥有“光线”财产,因此在触动时,它们会 white白。
当我触及一个县时,我就把它藏起来。 然后,当三个县被藏匿时,我就采用一种方法,通过IBOutColletlection和揭开任何隐蔽的县。
不容置疑的是,我所触及的第三纽芬兰,当它藏匿时(无论哪一个是8国),却稍感 an。 简略地说,它仿佛突出它吗?
Why would just one of them glow white when it is unhidden? Here is the code I use to unhide
for (UIButton *stockButton in stockButtonCollection) {
[stockButton setBackgroundImage:[UIImage imageNamed:@"original.png"] forState:UIControlStateNormal];
if (stockButton.hidden) stockButton.hidden = FALSE;
}