0

I am developing a XCAP application.In my application i am developing a xml file.Here my problem is this xml file,i want to place an url.can any one help to me? thank in advance

4

1 に答える 1

0

xml ファイルをアプリ リソースに追加できます。

次に使用する

NSString *path = [[NSBundle mainBundle] pathForResource:@"myXmlFile" ofType:@"xml"];
//here is ur URL
NSURL *url = [NSURL URLWithString:path];
于 2012-07-25T10:08:27.040 に答える