I am absolutely new to MAC and iPhone. I am going to develop an application that performs a connection to a webservice server that contains some movie files to open it. Does anyone give me some instruction to study or guide me how to develop it. Now I just find that I can use NSNetService or CFNetService class. Thank you so much.

有帮助吗?

解决方案

delegates are created by @protocal, use this link basic for delegates example

xml parser simple example XMLparser example

其他提示

Delegate - Delegate is passing the message from one object to another object when event happens. for implementing protocols using delegate methods.

Xml Parser: For parsing the sever response using xml parser there are three main methods in xml parser 1) didstartelement 2) found characters 3) didendelement

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top