开发者

ASIFormDataRequest is undeclared

i am new in iphone programing and faced a query with ASIFormDataRequest

i just define ASIFormDataRequest with url

 ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL:url];

but it give me a error like ASIFormDataRequest undeclared so t开发者_开发百科ell me is any header file need to import i also add some frame work but i don't know which headerfile imported or it required to create a class for ASIFormDataRequest and by using object of that class i redefine what can i do to remove this error


Did u add the ASIHTTPRequest files to your project and imported the files in classes where you need them. Pls go through this for reference


Hii Yogesh :

Just synthesize - ASIFormDataRequest *requestASI;

[self setRequestASI:[ASIFormDataRequest requestWithURL:emailURL]];


[requestASI setDelegate:self];

then you can use this Wrapper Class - its a great One!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜