Hi,
can anyone give me an idea about how to pass parameter from objective c to javascript using NimbleKit??
Thanks Rony
Hi,
can anyone give me an idea about how to pass parameter from objective c to javascript using NimbleKit??
Thanks Rony
Still struggle with the NimbleKit? :)
Try using the next code:
// I assume that you have a global JS variable called "parameter"...
[webView stringByEvaluatingJavaScriptFromString:@"parameter=7;"];