ios - Execute javascript in Cocoa using Javascriptcore -


i need execute javascript code in nstextfield, this.

teststackdata.projectservers.projectserverdefaultheaders.push({"headername":"name 1","headervalue":"value 1","trackhistory":1}); teststackdata.projectservers.projectserverdefaultheaders.push({"headername":"name 2","headervalue":"value 2","trackhistory":0}); teststackdata.steperror.haveerror = false; return teststackdata; 

is possible execute javascript javascriptcore framework.

any appreciated.


Comments

Popular posts from this blog

r - Trouble relying on third party package imports in my package -

Payment information shows nothing in one page checkout page magento -