如何通过数组更改按钮名称?

时间:2011-07-25 07:46:00

标签: iphone objective-c cocoa-touch ios4 uibutton

如何将API中的值提取到数组中,并将该值作为起始索引的标题放入按钮中。

例如,按钮1由数组命名,索引0;按钮2由索引1命名,依此类推。

1 个答案:

答案 0 :(得分:3)

[urButton setTitle:[urArray objectAtIndex:index] forState:UIControlStateNormal];