I would like to add Web开发者_JAVA技巧DAV to my iPhone application. What is the best way / library to enable this?
WebDAV is just an extension to HTTP. Thus, you can use any of the existing HTTP APIs available on the iPhone to implement WebDAV, assuming that your needs don't require customization to the request/response beyond that which is supported by the underlying API.
There are also a number of Objective-C based WebDAV client APIs. Maybe one of those will work? Hard to say, given the lack of details in your question.
I'd start with this particular trail of clues.
精彩评论