I have a UIWebView
and I'd like to use the internal datepicker on iOS that is used when I have the <input type=date>
tag.
I have some UIViews in iOS that I want to modify based on if that input changes.
How do I detect this change? I'm hoping there is a delegate I can use but based on my research, that doesn't seem possible.