سؤال

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