摘要: ##AsyncSocket使用流程- 安装AsyncSocket - 拷贝AsyncSocket类到项目- 使用AsyncSocket 1. set delegate`@interface NetWork : NSObject` 2. init socket`mainTcpSocket = [[AsyncSocket alloc] initWithDelegate:self];` 3. conne... 阅读全文
posted @ 2014-08-06 19:42 wisejoker 阅读(368) 评论(0) 推荐(0) 编辑