摘要:
xcode编译报错如下:could not read data from '/Users/iamme/Documents/XCode/myapp/myapp/myapp-Info.plist': The file “myapp-Info.plist” couldn’t be opened becau... 阅读全文
摘要:
项目报错如下:ld: warning: ignoring file /xxxx/xxxx/ZBarSDK/libzbar.a ld: symbol(s) not found for architecture x86_64项目设置支持64位,如下图:原因:ZBarSDK不支持64位所致。支持64位... 阅读全文
摘要:
修改MJRefreshFooterView.m文件中的这个方法#pragma mark - 状态相关#pragma mark 设置状态- (void)setState:(MJRefreshState)state{ if (_state == state) return; MJRefr... 阅读全文
摘要:
从带有tableview并且使用Mj下拉刷新的视图调用popViewControllerAnimated的时候,控制台打印这个:An instance 0x15d7aa00 of class UITableView was deallocated while key value observers ... 阅读全文