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.

Fitting a UIDatePicker into a UIActionSheet

I'm trying to get a UIDatePicker with a UIButton to show up in a UIActionSheet. Unfortunately it gets cropped off …

objective-c iphone cocoa-touch uidatepicker
Add a Done button within a pop-up datePickerView in Swift?

I want to add a Done button within a popped up datePickerView in Swift. Here is the code: @IBOutlet var …

ios swift uitextfield uidatepicker
Display datepicker on tapping on textfield

How can I display a datetimepicker control on tap of a textbox? I have a user interface that has arrival …

ios4 xcode4 uitextfield uidatepicker
Convert date in MM/dd/yyyy format in xcode?

I have a UIDatePicker and I m getting the selected date from it in yyyy-MM-dd format.Now I want to …

objective-c ios nsdate uidatepicker
Show datepicker on textfield tap

I'm very new to iOS so obviously I'm missing a few concepts when trying to follow this solution Display datepicker …

ios xcode uitextfield uidatepicker
Trigger jQueryUI datePicker on button click, send result to disabled input field

I've been searching for a way to do this, but could not find anything I want to have a: Disabled …

jquery-ui button triggers uidatepicker
Change UIDatePicker font color?

All I want to do is change the font color of the UIDatePicker. I've researched other questions but they're all …

ios objective-c fonts colors uidatepicker
UIDatePicker pop up after UIButton is pressed

How can I make a UIDatePicker pop up (animated) after a UIButton is pressed, and then close down again once …

iphone animation uidatepicker
How to set a specific default time for a date picker in Swift

Is there any way to set a date picker to display a specific time on load? I have four date …

swift uidatepicker
Show Time in 12 and 24 hour format in UIDatepicker on the basis of app settings not on device Settings

My problem is there is a switch in my app which toggles for 12 hour and 24 hour time format.I am …

iphone objective-c ios uidatepicker time-format