iOS 中方法动作中的使用方法:
[self.datePicker addTarget:self action:@selector(selectDateChange:) forControlEvents:UIControlEventTouchUpInside];
iOS 动作响应调整与尝试
iOS 中方法动作中的使用方法:
[self.datePicker addTarget:self action:@selector(selectDateChange:) forControlEvents:UIControlEventTouchUpInside];
iOS 动作响应调整与尝试