Вопрос

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