Post

Replies

Boosts

Views

Activity

UIDatePicker crashes on setting maximumDate in iOS 16.0
Hi My app is continuously crashing while setting maximumDate in date picker, this happens only with new iOS 16.0. I am trying to set minimum and maximum date limit on date picker for accepting birth date, i.e. minimum age 18 years. Crashing on this line: datePicker.maximumDate = maxDate Detailed code: var components: DateComponents = DateComponents() components.calendar = calendar components.year = -18 let maxDate: Date = calendar.date(byAdding: components, to: currentDate)! datePicker.maximumDate = maxDate Please note, this code works fine in lower version than iOS 16.0. Xcode: Version 14.0 macOS Monterey Version 12.6 iOS 16.0
1
0
1k
Sep ’22
UIDatePicker crashes on setting maximumDate in iOS 16.0
Hi My app is continuously crashing while setting maximumDate in date picker, this happens only with new iOS 16.0. I am trying to set minimum and maximum date limit on date picker for accepting birth date, i.e. minimum age 18 years. Crashing on this line: datePicker.maximumDate = maxDate Detailed code: var components: DateComponents = DateComponents() components.calendar = calendar components.year = -18 let maxDate: Date = calendar.date(byAdding: components, to: currentDate)! datePicker.maximumDate = maxDate Please note, this code works fine in lower version than iOS 16.0. Xcode: Version 14.0 macOS Monterey Version 12.6 iOS 16.0
Replies
1
Boosts
0
Views
1k
Activity
Sep ’22
iPhone 14 pro with dynamic island status bar issue
Hi Can anyone help me out with this extra white space showing in dynamic island iPhones? Any help is much appreciated. Thanks.
Replies
4
Boosts
2
Views
6.6k
Activity
Aug ’23