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
Could you try reproducing the issue with the latest version? If it still doesn’t work, please provide the iOS/iPadOS version and specify whether you're using a simulator or an actual device. Thanks!
App is getting crashed on selecting Date..
function used in app:
let actionSheetDatePicker = ActionSheetDatePicker(title: "", datePickerMode: .date, selectedDate: date, target: self, action: #selector(self.dateWasSelected(selectedDate:element:)), origin: dateView)
actionSheetDatePicker?.addCustomButton(withTitle: "Today", value: Date())
// actionSheetDatePicker?.addCustomButton(withTitle: "Select Date", value: Date())
Crash found on file: AbstractActionSheetPicker
line 305: dispatch_async(dispatch_get_main_queue(), ^{
XCode error: Enqueued from com.apple.main-thread (Thread 1)
The text was updated successfully, but these errors were encountered: