开发者

Is it possible to call a URL without a visible view?

开发者 https://www.devze.com 2023-03-17 00:09 出处:网络
Is 开发者_运维问答it possible to load a URL without a visible view? Basically I\'m trying to submit some information to my server by a php page. It works from my webViewController, which has a workin

Is 开发者_运维问答it possible to load a URL without a visible view?

Basically I'm trying to submit some information to my server by a php page. It works from my webViewController, which has a working view, but not from my appDelegate, which doesn't have a visible view.


I recommend you use ASIHTTPRequest to submit the information to your php page.

0

精彩评论

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