如题 有人遇到此类问题吗?
self.datePicker = [[UIDatePicker alloc]init];
self.datePicker.backgroundColor = [UIColor whiteColor];
self.datePicker.datePickerMode = UIDatePickerModeDate;
[cell.contentTextField becomeFirstResponder];
cell.contentTextField.inputView = self.datePicker;
大概代码只有这么多
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
改成