You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActionSheetDatePicker.m (line 188):
if (self.datePickerMode != UIDatePickerModeCountDownTimer)
There is a unicode char directly preceding "UIDatePickerModeCountDownTimer" -- the compiler is warning that it is ignoring it and replacing with whitespace.
The text was updated successfully, but these errors were encountered:
ActionSheetDatePicker.m (line 188):
if (self.datePickerMode != UIDatePickerModeCountDownTimer)
There is a unicode char directly preceding "UIDatePickerModeCountDownTimer" -- the compiler is warning that it is ignoring it and replacing with whitespace.
The text was updated successfully, but these errors were encountered: