摘要: 安装cordova,必须先安装node.js windows: npm install -g cordova ios & linux: sudo npm install -g cordova Create the App: cordova create DirectoryName com.packa 阅读全文
posted @ 2016-08-11 15:47 baohong的博客园 阅读(1659) 评论(0) 推荐(0)
摘要: 使用cocoapods导入afnetworking报错,原因是当前xcode的版本低使用了最新版本的afnetworking,就会出现如下错误,这时候只只要使用终端,更新使用低版本的afnetwork ing即可。 如果是其他情况下导致出现了APPLE LLVM 6.0 Error 错误,可以尝试去 阅读全文
posted @ 2016-06-21 14:20 baohong的博客园 阅读(707) 评论(0) 推荐(0)
摘要: - (void)popTitleView:(UIButton *)btn{ if (popView.superview ==self.view) { CATransition *animation =[CATransition animation]; animation.delegat... 阅读全文
posted @ 2015-04-03 11:43 baohong的博客园 阅读(258) 评论(0) 推荐(0)
摘要: 一:AFNetworking的文件上传:主要几个以下类似- (BOOL)appendPartWithFileURL:(NSURL *)fileURL name:(NSString *)name error:... 阅读全文
posted @ 2014-11-17 22:03 baohong的博客园 阅读(399) 评论(0) 推荐(0)