tags:

views:

13

answers:

0

I am having a java script file(A) in Resource, which uses/references to another java script file(B),which is also in Resource. Now i want to load js (A)file in UIWebView from Resource.and (A) uses reference of (B) file. How can i load java script of file(A) as HTML string??

I know the method of [ObjWebView stringByEvaluatingJavaScriptFromString:@"Java_Script_Contents"]

but how to load file(A) from Resource which contains Reference of File(B) in UIWebView ??