摘要: GDB is the debugging system built into Xcode. Xcode handles much of the interaction with GDB to provide support for breakpoints, stepping through/over... 阅读全文
posted @ 2012-05-24 19:58 jprothwell 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 一、应用图片标准iOS控件里的图片资源,苹果已经做了相应的升级,我们需要操心的是应用自己的图片资源。就像当初为了支持iPhone 4而制作的@2x高分辨率版本(译者:以下简称高分)图片一样,我们要为iPad应用中的图片制作对应的高分版本。我知道不少开发者很有预见性的早在iOS 5.0 SDK上就完成... 阅读全文
posted @ 2012-05-18 12:43 jprothwell 阅读(27116) 评论(0) 推荐(2) 编辑
摘要: 1, Using Assets [自己理解为:数据的来源] 这个资源可以来自自己的ipod媒体库或图片也可以时文件 creating an Asset Object NSRUL *url = 后跟一个网址 如电影文件等资源 AVURLAsset *ansset = [[AVURLSset ... 阅读全文
posted @ 2012-04-17 23:47 jprothwell 阅读(693) 评论(0) 推荐(0) 编辑
摘要: 只能编译armv7 and i386 编译ffmepg模拟器版本i386:1. 到https://github.com/gabriel/ffmpeg-iphone-build下载ffmpeg-iphone-build2.先将gas-preprocessor.pl拷贝到/usr/sbin/目录中。3.... 阅读全文
posted @ 2012-04-17 23:06 jprothwell 阅读(399) 评论(0) 推荐(0) 编辑
摘要: sh脚本异常:bad interpreter: No such file or directory 在 Linux中执行.sh脚本,异常/bin/sh^M: bad interpreter: No such file or directory。 分析:这是不同系统编码格式引起 的:在wi... 阅读全文
posted @ 2012-04-16 21:10 jprothwell 阅读(1411) 评论(0) 推荐(0) 编辑
摘要: 下载最新的 ffmpeg, 我下的是 0.8.2 下载最新的 gas-preprocessor 脚本 (用来在 MAC OS X 下编译汇编代码的): https://github.com/yuvi/gas-preprocessor 请将 gas-preprocessor.pl 脚本安装... 阅读全文
posted @ 2012-04-12 23:15 jprothwell 阅读(936) 评论(1) 推荐(0) 编辑
摘要: 又写了个新版的帖子,看不懂怎么用的看本人这个新贴,在不懂,那我也没办法了。iPhone摄像头设备获取(分离简化版)目的:打开、关闭前置摄像头,绘制图像,并获取摄像头的二进制数据。需要的库AVFoundation.framework 、CoreVideo.framework 、CoreMedia.... 阅读全文
posted @ 2012-04-12 22:45 jprothwell 阅读(2218) 评论(0) 推荐(1) 编辑
摘要: Fenng 搞了台 mbp,正在折腾 Mac 常用的软件,我这里也总结下日常我经常使用的 Mac 软件。PS,如果你机子比较老,可以看下我几年前的列表。 偷懒一下,下面的软件就不逐个做连接了,相信搜索他们的名字就能得到想要的结果。 我选择软件的原则 尽可能的自动化,并占用资源少 界面和功能过于... 阅读全文
posted @ 2012-04-11 00:39 jprothwell 阅读(456) 评论(0) 推荐(0) 编辑
摘要: Sizes of iPhone UI Elements 阅读全文
posted @ 2012-04-11 00:38 jprothwell 阅读(134) 评论(0) 推荐(0) 编辑
摘要: iOS 曲线拟合 http://sourceforge.net/projects/curve/ https://github.com/gerhardsletten/ios_curves https://github.com/levinunnink/Smooth-Line-View http... 阅读全文
posted @ 2012-04-11 00:32 jprothwell 阅读(440) 评论(0) 推荐(0) 编辑