I am building an iOS app.I am using storyboards to build the screens and i have made a form which contain some fields like Name,Date,min and max.
I am facing an problem
Add hidden textfield view and configure the date picker.
[self.xTextFeild setInputView:_datePicker];
Then When ever you want call below code.
[self.xTextFeild becomeFirstResponder];
`