摘要: // 创建一个imageView UIImageView * backImageView = [[UIImageView alloc]initWithFrame:self.view.bounds]; backImageView.image = [UIImage imageNamed:@"guidan 阅读全文
posted @ 2016-03-22 12:08 iOS张文权 阅读(246) 评论(0) 推荐(0) 编辑
摘要: UISegmentedControl *segmentedControl = [[UISegmentedControl alloc] initWithItems:nil]; segmentedControl.tintColor = [UIColor orangeColor]; //渲染色彩 [seg 阅读全文
posted @ 2016-03-22 11:42 iOS张文权 阅读(1234) 评论(1) 推荐(0) 编辑