08 2015 档案

摘要:在UIViewController中收起键盘,除了调用相应控件的resignFirstResponder方法外,还有另外三种方法:1.重载UIViewController中的touchesBegin方法,然后在里面执行[self.view endEditing:Yes];这样单击UIViewCont... 阅读全文
posted @ 2015-08-24 16:00 cocoajin 阅读(219) 评论(0) 推荐(0)
摘要:xcode ___gxx_personality_v0" 编译错误Undefined symbols for architecture i386:"___gxx_personality_v0", referenced from:...在XCODE工程 添加 libstdc++.dylib 即可 阅读全文
posted @ 2015-08-20 11:54 cocoajin 阅读(3712) 评论(0) 推荐(0)