gpt4 book ai didi

ios - IBOutletCollection 对象索引错误

转载 作者:行者123 更新时间:2023-11-29 13:06:39 25 4
gpt4 key购买 nike

我在 Storyboard上有 10 个 uibutton,我已将它们与 iboutletcollections 链接起来。然后我使用循环从 uiimage 数组设置按钮背景图像。当我运行我的项目时,按钮索引与图像索引不同


这是我的代码

-(void)setButtonImages
{
for (int i=0; i<imageArray.count; i++)
{
UIButton *b =[self.myButtons objectAtIndex:i];
[b setBackgroundImage:[imageArray objectAtIndex:i] forState:UIControlStateNormal];
}
}

最佳答案

手动创建你的按钮,然后一个一个地标记它们,你可以使用带有标签的按钮

关于ios - IBOutletCollection 对象索引错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18457132/

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