摘要:
UISwitch大小总是改不了...找了一个简便方法.
mySwitch = [[UISwitch alloc] initWithFrame: CGRectMake( width - 55, height * .5 - 15, 100, 20)]; [mySwitch setOn: YES animated: YES]; mySwitch.transfo... 阅读全文
posted @ 2014-06-24 10:46
М80メ
阅读(2949)
评论(0)
推荐(0)