
iPhone
文章平均质量分 68
xinlanzero
这个作者很懒,什么都没留下…
展开
-
XCode 真机测试发布时产生The executable was signed with invalid entitlements.解决办法之一...
最近开发iPhone程序,获得开发签名后在真机器上部署测试,在点击Build And Run后,提示The executable was signed with invalid entitlements.(The entitlements specified in your application’s Code Signing Entitlements file do not match thos...原创 2011-04-29 11:56:59 · 113 阅读 · 0 评论 -
iPhone新手扫盲名词解释
作者:Reek时间:2010-06-03小编有话说:iPhone 3GS入手,用了一段时间,依然什么都还不懂,近期不断有疯友发邮件询问这方面的情况,小编就应广大机友的需求,汇总整理了这篇iPhone相关的名词解释,期待一些对基本概念还搞不清楚的机友们仔细的阅读消化一下。基带:疯友们常说的基带(数字基带)是相对于模拟频带来说的,基带的功能是数字信号调制解调的功能,也...原创 2011-03-22 15:38:32 · 261 阅读 · 0 评论 -
cocoa 如何发音?
apple 自带字典的解释:cocoa |ˈkōkō|noun1 a chocolate powder made from roasted and ground cacao seeds.• a hot drink made from such a powder mixed with sugar and milk or water.2 variant spelling of co...原创 2011-07-25 13:06:28 · 262 阅读 · 0 评论 -
关于NSAutoreleasePool的release和drain的区别
苹果官方文档的翻译In a garbage collected environment, release is a no-op. NSAutoreleasePool therefore provides a drain method that in a reference-counted environment behaves the same as calling release, bu...原创 2011-07-24 07:53:02 · 120 阅读 · 0 评论 -
Download, Create and Display an Image from URL
Posted on November 4, 2009 by John Muchow in Cocoa Tweet<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script><!--<a target="_blank" href="原创 2011-07-22 13:39:46 · 102 阅读 · 0 评论 -
Creating an UIImage from a URL
A question came up over the weekend as to download an image off the internet and add it to a UIImage object on the iPhone. The answer is to create an NSData object that grabs the contents of the URL a...原创 2011-07-22 13:36:44 · 101 阅读 · 0 评论 -
XCode4添加Framework的方法
用上了xcode4,感觉不错,苹果的设计风格绝对一流,能把枯燥的IDE做成iTunes式的播放器风格,只有苹果能做到。和前一版本相比,有很大的变化,比如以前的Add Existing Framework的菜单功能找不着了,原来放到项目设置中了,方法如下: select your project,select the target,go to the 'build...原创 2011-07-11 15:38:46 · 99 阅读 · 0 评论 -
iPhone全系列iboot版本检查教程
iPhone全系列iboot版本检查教程<!--正文开始--> iPhone全系列iboot版本检查教程,以下以iPhone 3GS为例。usbview下载 令iPhone进入DFU模式:a、开启iTunes,将iPhone接上电脑b、把iPhone正常关机, 首先按下"home按钮"c、再快速按一下"关机键"后立即放开("home按钮"保持按着)d、继续维持按着"...原创 2011-03-05 13:36:01 · 702 阅读 · 0 评论 -
Getting Started with Sencha Touch
This document describes how to get started with Sencha Touch. It explains the basic steps for using Sencha Touch to create Web applications for touch-based devices. Additionally, it provides detailed ...原创 2011-06-25 22:47:22 · 161 阅读 · 0 评论 -
iPhone 突然发现,setting配置文件中的DefaultValue可能拿不了值
按照我的想法,如果用户没有在setting设置值且有default-value,那么应该获取的是default-value,因为打开setting也能看见这些值.但是今天突然发现好像不是那么会事.获取的是null.看了AppPrefs的代码,它也进行了判断.如下: - (void)applicationDidFinishLaunching:(UIApplication *)applicat...原创 2011-06-22 15:09:51 · 139 阅读 · 0 评论 -
iPhone3开发基础教程中部分有用代码片段(1)
《beginning iphone3 development exploring the iphone SDK》一书中有很多基础的代码片段 ,由这些最原始的代码片段组成了我们的复杂的iphone应用程序,所以这里就借用一网友的总结,一大家一起分享。 1. stringWithFormat 用法:view plaincopy to clipboardprint?[NSString st...原创 2011-06-22 00:06:01 · 111 阅读 · 0 评论 -
【转】在webview加加载数据时添加一个Loading...动画的两种方法
【转】在webview加加载数据时添加一个Loading...动画的两种方法 大家使用iPhone/iPod浏览网页时,一定见过浏览器加载网页时,总会出现一个Loading动画,其实这是实现起来是非常简单的。下面就是两种不同的实现方法:第一种方法: //创建UIWebView WebView = [[UIWebView alloc] initWithFrame:CG...原创 2011-05-11 17:21:50 · 1913 阅读 · 0 评论 -
iphone认证文件无效解决办法
1,新建device,UUID是你客户iphone手机的UUID2,新建一个AdHoc的Distribution provision文件,设备里一定框选上上述1建的客户的设备。3,下载后,拖进X-code4,在你的project的res里,新建一个文件叫 Entitlements.plist5,到target Info->Build里面,Code Signing Ent...原创 2011-04-29 16:35:33 · 878 阅读 · 0 评论 -
Windows远程桌面连接Mac OS X —— VNC
标签:Mac Windows VNC 远程连接 Viewer 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://afantihust.blog.51cto.com/2231549/481884 <!--正文 begin-->为了项目展示需要,要从Windows远程桌面连接Mac OS X,调研半天...原创 2011-11-02 11:09:17 · 852 阅读 · 1 评论