Bir objektif-c (iPhone) uygulamasından çalıştırmam gereken bazı JavaScript kodum var.
The JavaScript code needs some of the values from the iPhone app. What I mean is, there is a spot in the iPhone app (a textbox
) for a user to type their name. Then the JavaScript code that runs will be: alert(name)
where the name
variable is really textbox.text
Harici bir web sunucusuna güvenmeksizin bunu nesnel-c'den nasıl yapabilirim?
Teşekkür ederim!