tags:

views:

40

answers:

1

Hi all, I need to store some values from JavaScript function and access those values from Objective C . Is that possible? Please give me a solution

Thanks in advance.....

A: 

you'll have to dynamically update form values with the javascript and then post the form and grab the values with objective C.

Evernoob