문제

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