2017年6月13日

IOS 登录信息类(使用单例)

摘要: WCUserInfo.h #import <Foundation/Foundation.h> #import "Singleton.h" @interface WCUserInfo : NSObject singleton_interface(WCUserInfo); @property (nona 阅读全文

posted @ 2017-06-13 13:06 守望星空 阅读(1116) 评论(0) 推荐(0) 编辑

IOS Singleton(单例)

摘要: Singleton.h 阅读全文

posted @ 2017-06-13 13:02 守望星空 阅读(187) 评论(0) 推荐(0) 编辑

IOS XMPP总结

摘要: //前言:仿weixin实现一个即时通讯的案例,支持版本7.0以上 "准备工作 创建项目时使用git" /* 显示隐藏文件,看到git的文件夹 defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder defaults write com.apple.finder AppleShowAllFiles No &... 阅读全文

posted @ 2017-06-13 10:29 守望星空 阅读(841) 评论(0) 推荐(0) 编辑

导航