02 2016 档案

摘要:1 presentViewController let personalViewController = GET_SB("Personal").instantiateViewControllerWithIdentifier("PersonalNavigationController") self.p 阅读全文
posted @ 2016-02-17 09:22 Rui.peng 阅读(505) 评论(0) 推荐(0)
摘要:1 终端 svn update svn checkout svn://localhost/mycode --username=name --password=mima /Users/apple/Documents/code 2 终端 cocoapod update pod update --verb 阅读全文
posted @ 2016-02-16 22:36 Rui.peng 阅读(272) 评论(0) 推荐(0)
摘要://定义一个协议 protocol LogManagerDelegate { func writeLog() } //用户登录类 class UserController { var delegate : LogManagerDelegate? func login() { //查看是否有委托,然后 阅读全文
posted @ 2016-02-15 10:33 Rui.peng 阅读(5281) 评论(0) 推荐(0)