tags:

views:

84

answers:

1

Hi, I am developing an application for iphone.I need to call a javascript function into my objective c class .Is that possible??

+2  A: 

Try

- (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script
nduplessis
Wow, is there a `"(NSCoffee *)coffeeByMakingWaterBoilAndPassThroughCoffee"` in Objective C ? :D
Clement Herreman