Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 9.3.0
-
Component/s: iOS
-
Labels:
-
Story Points:3
-
Sprint:2020 Sprint 22
Description
Ti.UI.dateTimeColor is crashing on mac with following crash log message.
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_UIDatePickerMacCompactView _setTextColor:]: unrecognized selector sent to instance |
Test Case-
const dp = Ti.UI.createPicker({ |
type: Ti.UI.PICKER_TYPE_DATE,
|
datePickerStyle: Ti.UI.iOS.DATE_PICKER_STYLE_WHEEL,
|
dateTimeColor: 'red' |
});
|
|
const win = Ti.UI.createWindow(); |
win.add(dp);
|
win.open();
|
Attachments
Issue Links
- relates to
-
TIMOB-28181 iOS 14: Default date picker crashes when setting "dateTimeColor"
-
- Closed
-