Network communication with NSFileHandle & NSSocketPort
I need some scripts of Netwo开发者_如何学Pythonrk communication with NSFileHandle & NSSocketPort for Xcode programming...
Or, teach me how I can use NSSocketPort in order to communicate with any socket-based program on pc.
Thanks,
You need GCDAsyncSocket, an excellent sockets library for iOS.
精彩评论