改UISwitch上的text

改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" ;

 

posted on 2011-04-15 17:00  GaryGaryGary  阅读(162)  评论(0)    收藏  举报

导航