I know about this way UISearchBar with InputView
But I want to know if there is a "proper" way to do this at all? A better way than what appears to be a hack above, and there is obviously no guarantee that that will work in future versions of the iOS SDK.
I have a search bar, with a segmented control (scopes) and on one of the scopes I want to display a date picker instead of the keyboard. The inputView
property is not accessible for a standard UISearchBar, so is there some other way of doing this?
Many thanks
Tom