I have a Date displayed in a UIlabel in my main view controller with a date picker that changes the date in the UILabel. I have UIWebViews that change based on the date. How do I pass the date displayed in the UILabel to the UIWebview?
Thanks in advance
Add the target and selector for event: UIControlEventValueChanged and then simply call the javascript function from the selector.