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
<_UIPopoverBackgroundVisualEffectView 0x7f9a35465b20> is being asked to animate its opacity. This will cause the effect to appear broken until opacity returns to 1.
textField.resignFirstResponder()
let datePicker = ActionSheetDatePicker(title: "Date", datePickerMode: UIDatePickerMode.date, selectedDate: Date(), doneBlock: {
picker, value, index in
let dateFormatter = DateFormatter()
dateFormatter.locale = Locale(identifier: "en_US_POSIX")
dateFormatter.dateFormat = "YYYY-MM-dd"
self.birthday.text = dateFormatter.string(from: value as! Date)
return
}, cancel: { ActionStringCancelBlock in return }, origin: textField.superview!.superview)
datePicker?.show()
The text was updated successfully, but these errors were encountered:
<_UIPopoverBackgroundVisualEffectView 0x7f9a35465b20> is being asked to animate its opacity. This will cause the effect to appear broken until opacity returns to 1.
textField.resignFirstResponder()
let datePicker = ActionSheetDatePicker(title: "Date", datePickerMode: UIDatePickerMode.date, selectedDate: Date(), doneBlock: {
picker, value, index in
The text was updated successfully, but these errors were encountered: