WEB开发网
开发学院手机开发iPhone 开发 iPhone 更改UISwitch上的text 阅读

iPhone 更改UISwitch上的text

 2010-12-18 08:06:18 来源:WEB开发网   
核心提示:更改UISwitch上的text为要更改Text的UISwitch建立IB连接:例如mySwitch,在代码中改变文字:((UILabel *)[[[[[[self.mySwitch subviews] lastObject] subviews] objectAtIndex:2] subviews] objectAtI

更改UISwitch上的text

为要更改Text的UISwitch建立IB连接:例如mySwitch,在代码中改变文字:

((UILabel *)[[[[[[self.mySwitch subviews] lastObject] subviews] objectAtIndex:2] subviews] objectAtIndex:0]).text = @"Foo";

((UILabel *)[[[[[[self.mySwitch subviews] lastObject] subviews] objectAtIndex:2] subviews] objectAtIndex:1]).text = @"Bar";

作者:Elf Sundae (小糊涂)

本站采用知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议进行许可。

转载请注明:转载自 Elf Sundae's Blog(http://www.cnblogs.com/elfsundae) (小糊涂闲)

Tags:iPhone 更改 UISwitch

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接