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.

Replace iOS7 Keyboard by a Date Picker in TableViewController

I would like my textfield "DateText" to open a DatePicker (Year - Month - Day) with this type of value: …

ios uidatepicker
swift not updating textfield.text using UIDatePicker

In swift, I have a textField programmatically declared. override func viewDidLoad() { super.viewDidLoad() textField3.delegate = self textField3.returnKeyType = UIReturnKeyType.Next; …

ios swift uitextfield uidatepicker
How to display datepicker like that in iOS 7 calendar UIDatePicker

I'm new to iOS development, learning bits and pieces. I've few more queries in continuation to another thread (iOS7: How …

ios calendar uidatepicker uiactionsheet
UIPickerView disable row selection

I want to disable the selection of certain rows in my UIPickerView. Like in the Coundown timer, where you try …

iphone uipickerview uidatepicker
Sort NSFetchRequest by date and then by alphabetical order

I want to order a NSFetchRequest first by date and then, if it matches the same day order by name. …

iphone sorting date uidatepicker nsfetchrequest
Detect iPhone 24-Hour time setting

I'm using a UIDatePicker to select a time. I am also customising the background of the picker, however I need 2 …

xcode cocoa-touch uidatepicker
add eventhandler to jquery UI datepicker after its creation

I have the following scenario: In my masterpage I have: $(".datepicker").datepicker({ changeYear: true, changeMonth: true, dateFormat: "dd/mm/yy", …

jquery jquery-ui javascript-events datepicker uidatepicker