摘要: - (void)viewDidLoad { [super viewDidLoad]; [self buttonswitch]; [self buttonslider]; } -(void)buttonswitch { // UIswitch self.view.backgroundColor = [ 阅读全文
posted @ 2015-05-07 15:22 代佳宏 阅读(112) 评论(0) 推荐(0) 编辑
摘要: //按钮UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect ];//按钮形状 button.frame = CGRectMake(50, 200, 50, 50);//大小 [button addTarg... 阅读全文
posted @ 2015-05-07 14:48 代佳宏 阅读(142) 评论(0) 推荐(0) 编辑