摘要: appDelegate中,self.window?.backgroundColor = UIColor.whiteColor() //创建一个rootViewController let rcv: RootViewController = RootViewController() ... 阅读全文
posted @ 2015-08-18 17:55 littlefishya 阅读(296) 评论(0) 推荐(0)
摘要: 出现Apple Mach-O Linker Error错误时,解决办法:选中该项目的test工程,选中general选项,将Host Application选中为自己的工程项目。 阅读全文
posted @ 2015-07-07 16:56 littlefishya 阅读(111) 评论(0) 推荐(0)