01 2016 档案
ios 取出subviews中指定subview
摘要:for(UIView *view in subviews){ if(view.tag == 998) { //根据tag判断 }if([view isKindOfClass:[UIImageView class]]) { //根据类型判断 }} 阅读全文
posted @ 2016-01-28 13:15 雨季的雾 阅读(1036) 评论(0) 推荐(0) 编辑
linker command failed with exit code 1 (use -v to see invocation)解决办法
摘要:[cpp] view plaincopy Undefined symbols for architecture i386: "_OBJC_CLASS_$_FMDatabase", referenced from: objc-class-ref in ViewController.o ld: symb 阅读全文
posted @ 2016-01-28 13:12 雨季的雾 阅读(1321) 评论(0) 推荐(0) 编辑