Top "Uidatepicker" questions

The UIDatePicker is a class in the UIKit framework of iOS which represents an graphical object that uses multiple rotating wheels to allow users to select dates and times.

How to add UIDatePicker in UIAlertController in iOS8?

I am working on a project which I had already released with iOS-7. But now as the action sheet is …

ios uidatepicker uiactionsheet uipicker uialertcontroller
UIControlEventEditingChanged doesn't get fired when using setText of UITextfield

I am currently trying to track the states of a textfield. I am using a custom datePicker which sets the …

ios cocoa-touch uitextfield uidatepicker
Limiting UIDatePicker dates from a particular time. Such as Input DOB to a restricted age limit

In my code, I have a UITextField that when the user taps on opens a UIDatePicker to enable the user …

xcode swift nsdate uidatepicker
iOS - Dismiss UIDatePicker presented as inputView

I have a text field in my UI that when it's selected presents a UIDatePicker instead of the default keyboard, …

ios uitextfield uidatepicker inputview
Can I localize a UIDatePicker?

I'm trying to localize a UIDatePicker. Apple's docs say that it should autodetect the current locale, yet the language stays …

iphone objective-c localization uidatepicker
UIDatePicker show only month and day

I'd like to have a UIDatePicker where the user can pick a month and a day but not the year. …

iphone cocoa-touch uidatepicker
Open UIDatePicker programmatically in iOS 14

I have this normal UIDatePicker (sorry that it's not in English, please ignore that): But the problem is that it …

swift uikit uidatepicker ios14
UIDatePicker in UIActionSheet on iPad

In the iPhone version of my app, I have a UIDatePicker in a UIActionSheet. It appears correctly. I am now …

iphone ipad uidatepicker uiactionsheet
Swift change date picker language

I want to change format of month represent in my UIDatePicker. I tried: self.datePicker = UIDatePicker() self.datePicker.backgroundColor = .white …

ios swift uidatepicker
How can I show a UIDatePicker instead of a keyboard when a user selects a UITextField?

I have a nice clean UI within a table view which has a few text fields for the user to …

iphone cocoa-touch keyboard uidatepicker