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.

ios remove keyboard

I have some text edit fields, and also a button to show a uidatepicker.. if I go to the uitextedit, …

ios keyboard focus uidatepicker iphone-keypad
UIDatePicker - Problem Localizing

I've created a UIDatePicker in my app and I also have support for several languages. My UIDatePicker is created in …

iphone cocoa datepicker ipod-touch uidatepicker
UIDatePicker 15 Minute Increments Swift

In swift, I'm wondering how I would use my UIDatePicker to select 15 minute increments. So instead of having hours with 60 …

swift uidatepicker
How to add Date picker in Action Sheet?

- (IBAction) showCatPicker { if (self.catList !=nil) { self.catList=nil; [catList release]; } self.catList = [[NSMutableArray alloc] init]; self.actionSheet = [[UIActionSheet …

iphone objective-c ios ipad uidatepicker
JQuery datepicker numberOfMonths: display current selection month last

I have a jquery datepicker with the numberOfMonths set to 3, currently when I click on the datepicker, the left side …

jquery datepicker uidatepicker
How to add a "Done" button with in the DatePicker Through StoryBoard?

In my app i want to display UIDatePicker when user click on button.and that date save into UITextFiled.I …

objective-c uitextfield uidatepicker
ios UITextField to edit with uidatepicker

I have a uitextfield where is written a date.. how can I show on the bottom of the page a …

ios uiviewcontroller uitextfield editing uidatepicker
UIDatePicker returns wrong date (-1 day to the real date)

I have a UIDatePicker mm/dd/yy. It works fine, but there is one problem: I set minimum and maximum …

ios objective-c cocoa-touch uidatepicker
How to properly use selectors in swift 4

I have read many tutorials and even the official Apple documentation and must not understand what is wrong with this …

ios swift uiview uidatepicker swift4
DatePicker include Year

I have dataPicker in my app implemented. But it only shows month,day,hour. How could I able to add …

ios uidatepicker