I am using UISearchController
programmatically, While tapping on Searchbar
textField
I want to be set Date picker as inputView
@property (strong, nonatomic) UISearchController *searchController;
References for text field : iPhone display date picker on UITextField touch
But unable to able to access Search bar Textfield. Please help.