上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页
摘要: 错误1:/Volumes/Mac OS/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: /Users/mac/Libr... 阅读全文
posted @ 2015-08-03 10:30 穿山甲随笔-iOS开发 阅读(4690) 评论(0) 推荐(0) 编辑
摘要: 1、下载安装eclipse2、下载tomcat文件,并解压3、下载tomcat插件com.sysdeo.eclipse.tomcat_3.3.0将com.sysdeo.eclipse.tomcat_3.3.0文件放倒eclipse解压目录的plugins文件里3、下载java,并安装4、导入本地工程... 阅读全文
posted @ 2015-07-31 15:38 穿山甲随笔-iOS开发 阅读(214) 评论(0) 推荐(0) 编辑
摘要: _tableView_selc.frame=CGRectMake(20, 0, 20,20);[UIView animateWithDuration:0.3f animations:^{ _tableView_selc.frame=CGRectMake(20, 50, 20,20); }... 阅读全文
posted @ 2015-07-31 10:07 穿山甲随笔-iOS开发 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 问题:使用addGestureRecognizer:oneTap导致didSelectRowAtIndexPath 方法失效添加一个UIview,再把table添加到这个view上,给这个view使用addGestureRecognizer手势点击功能,导致table的didSelectRowAtI... 阅读全文
posted @ 2015-07-29 13:35 穿山甲随笔-iOS开发 阅读(819) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-07-25 23:45 穿山甲随笔-iOS开发 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 选iphone5可以正常编译运行但是5s和6和6s都会编译报错 iphone6编译报错iphone5s编译报错解决办法是,Buildsettings里面把Architectures里面的$(ARCHS_STANDARD)去掉,加入armv7和armv7s两个。 阅读全文
posted @ 2015-07-21 21:38 穿山甲随笔-iOS开发 阅读(188) 评论(0) 推荐(0) 编辑
摘要: iOS开发很重要的一个功能就是tableView,可以说熟练使用tableView是iOS开发必修的课程,网上很多相关介绍,推荐一个博客参考一下:http://blog.csdn.net/lengshengren/article/details/10439637相关博客35篇。 阅读全文
posted @ 2015-07-20 14:32 穿山甲随笔-iOS开发 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Undefined symbols for architecture arm64: "_Decoder_Interface_init", referenced from: DecodeAMRFileToWAVEFile(char const*, char const*) in amrFileCo... 阅读全文
posted @ 2015-07-17 17:50 穿山甲随笔-iOS开发 阅读(2819) 评论(0) 推荐(0) 编辑
摘要: 1、代码iOS常用加密方法(aes、md5、base64) 1、AES加密NSData+AES.h文件 // // NSData-AES.h // Smile // // Created by 周 敏 on 12-11-24. // Copyright (c) 2012年 BOX.... 阅读全文
posted @ 2015-07-17 16:24 穿山甲随笔-iOS开发 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 登录功能完成以后包含以下代码文件:AppDelegate.hAppDelegate.mLoginViewController.hLoginViewController.mLoginUser.hLoginUser.m以下看代码://// AppDelegate.h// XMPP即时通讯//// ... 阅读全文
posted @ 2015-07-16 17:02 穿山甲随笔-iOS开发 阅读(690) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页