//// ViewController.m// UI其它控件//// Created by lanqs on 15/1/3.// Copyright (c) 2015年 Tanqihong. All rights reserved.//#import "ViewController.h"#import "nextViewController.h"@interface Vie
2.2 Creating and Using Switches with UISwitch 就是开关啦, 如果想相应操作用 [self.mySwitch addTarget:self action:@selector(switchIsChanged:) forControlEvents:UIControlEventValueChanged]; self里面实现(switch