iOS应用开发技术
文章平均质量分 50
独步夜雨
这个作者很懒,什么都没留下…
展开
-
How to add CoverFlow Effect on your iPhone App – OpenFlow
How to add CoverFlow Effect on your iPhone App – OpenFlowOn 04.09.10, In apple, iphone, misc, objective-c, training, by avinash<br />Hello all,<br />The main criteria of this post is to help you add a cool effect called the “cover flow/open f转载 2011-03-10 11:17:00 · 1786 阅读 · 0 评论 -
xcode and ios 各个版本和下载地址
使用app store的帐号登录后,直接敲地址可下载:(苹果已经删除了3.1.2以前的版本)记个旧版iOS SDK下载地址iPhone SDK 2.2.1 :http://developer.apple.com/ios/download.action?path=/iphone/iphone_sdk_for_iphone_os_2.2.1__9m2621a__final/ipho原创 2011-06-06 23:46:00 · 11954 阅读 · 0 评论 -
手工下载xcode ios开发文档
<br />1.iOS4.3 documentationhttp://developer.apple.com/rss/com.apple.adc.documentation.AppleiPhone4_3.atom<br />1.iOS4.2 documentationfeed://http://developer.apple.com/rss/com.apple.adc.documentation.appleiphone4_2.atom(http://devimages.apple.com/docsets/2原创 2011-04-16 23:10:00 · 4409 阅读 · 0 评论 -
How to migrate a cocos2d v0.8.x project to v0.99
Testing your code with v0.8.2<br />Before using cocos2d v0.99, you should test your code with the latest version of v0.8.x. Install cocos2d v0.8.2 (latest v0.8. version) Compile everything Update your code so that it doesn't use deprecated methods and/转载 2011-04-18 11:31:00 · 1497 阅读 · 0 评论 -
fontlabel
呵呵,如果觉得不妥,在github上可以找到一个叫做fontlabel的例子http://github.com/zynga/FontLabel原创 2011-06-14 10:07:00 · 2135 阅读 · 0 评论 -
iPhone开发教程之短信,电话,邮件,提示框
+ (void)alert:(NSString *)msg{ UIAlertView *alertView = [[[UIAlertView alloc] initWithTitle:msg message:@"" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil, nil] autorelease];转载 2011-06-29 13:57:00 · 1266 阅读 · 0 评论 -
自定义UITabBar
<br /><br />Full Source code: https://github.com/boctor/idev-recipes/tree/master/CustomTabBarNotificationProblem:<br />When the Instagram app wants to let you know that you have new comments, likes or followers, it doesn’t use standard badge values on tab转载 2011-05-10 15:23:00 · 3817 阅读 · 0 评论 -
获取iPhone通讯录信息
获取iPhone通讯录信息 iPhone中联系人的信息是存放在系统数据库中的。数据库中的每一笔记录都是一个ABRecordRef实例。 通讯录主要存放两种记录: 1、联系人的信息:是ABPerson类型。主要包括联系人的姓名,电话号码,地址信息。 2、分组信息:是ABGroup类型。用于将联系人分到不同的组中。它只有一个属性,表示分组名称。 在viewDidLoad中原创 2011-07-02 23:41:49 · 1076 阅读 · 0 评论 -
Open Flow - a CoverFlow API replacement for the iPhone
http://apparentlogic.com/openflow/原创 2011-07-02 21:56:12 · 786 阅读 · 0 评论 -
理解 (readonly, copy)
p.p1 {margin: 0.0px 0.0px 20.0px 0.0px; font: 24.0px 'Lucida Grande'; color: #3b4b6c}p.p2 {margin: 0.0px 0.0px 4.0px 0.0px; font:原创 2011-07-03 11:57:43 · 943 阅读 · 0 评论 -
Address book 优先级
“Phonetic Last Name” > “Last Name” > “Phonetic First Name” > "First Name" > "Company" >"Middle"原创 2011-07-11 15:34:08 · 612 阅读 · 0 评论 -
自由布局,UIButton样式,下阴影,按钮事件
http://gekie.iteye.com/blog/1133427自由布局,UIButton样式,下阴影,按钮事件。导航栏rightBarButtonItem增加UISegmentedControl控件。 Objective-c代码 #import #import转载 2011-07-26 21:38:05 · 10613 阅读 · 1 评论 -
参考大全
CoreGraphicshttp://objective-j.org/learn/documentation/group__coregraphics.html原创 2011-04-01 16:42:00 · 466 阅读 · 0 评论 -
10款iOS高效开发必备的Objective-C类库
10款iOS高效开发必备的Objective-C类库2011-03-17 11:21 | 7175次阅读 | 来源:AppDevMag 【已有10条评论】发表评论关键词:iOS,Objective-C,libraries,类库,高 | 作者:Ben Dowling(译:杨 |转载 2011-07-21 16:58:30 · 904 阅读 · 0 评论 -
iPhone消息推送机制实现与探讨
原文地址:http://blog.csdn.net/zhuqilin0/article/details/6527113最近两天在研究ios的消息推送机制。研究这个东西,还是充满兴趣的。Push的原理:Push 的工作机制可以简单的概括为下图图中,Provi转载 2011-08-04 20:39:33 · 1040 阅读 · 0 评论 -
卸载xcode
sudo /Developer/Library/uninstall-devtools --mode=all原创 2011-06-03 16:50:00 · 1010 阅读 · 0 评论 -
iOS 录像录音
这段利用苹果自带相机进行录像的代码由 CocoaChina 会员 “1056975026” 分享,对开发的应用中用到拍照、摄像功能的开发者应该有所帮助。-(void) choosePhotoBySourceType: (UIImagePickerControllerCameraCaptureMode) sourceType{ m_imagePickerController = [转载 2011-06-03 16:43:00 · 3960 阅读 · 0 评论 -
Localize iPhone Application Name
<br />Some time ago I wrote a post about adding a settings bundle to an iPhone App that received a number of questions about how to change the application name that is shown under the icon on the iPhone home screen and in the settings application. So I tho转载 2011-03-11 01:44:00 · 2188 阅读 · 0 评论 -
重定向 stderr 到文件,方便查找 bug
<br /><br /> 为某个外部附件开发应用程序的情况下,开发者无法用 Xcode 进行调试或者用 GDB 查看 NSLog 的输出,定位和查找 bug 变得非常困难。好在我们可以通过重定向,将标准的错误输出stderr定向到文件。<br /> NSArray *paths = NSSearchPathForDirectoriesInDomains(<br /> NSDocumentDirectory, NSUserDomainMask, YE转载 2011-03-15 12:35:00 · 2421 阅读 · 0 评论 -
源码参考
<br />TCP/IP UDP<br />http://code.google.com/p/cocoaasyncsocket/原创 2011-03-15 14:06:00 · 455 阅读 · 0 评论 -
20.4 Floating-Point Number Classification Functions
20.4 Floating-Point Number Classification Functions<br />ISO C99 defines macros that let you determine what sort of floating-point number a variable holds. — Macro: int fpclassify (float-type x)<br /><br />This is a generic macro which works on all floatin原创 2011-03-16 15:00:00 · 650 阅读 · 0 评论 -
另一种实现 Fruit Ninja 里刀光效果的方法
<br />Fruit Ninja 这款游戏在 iOS 平台上取得了巨大成功,尤其是手指划过屏幕时的刀锋特效大大提升了情节相对简单的切水果游戏的视觉体验和整体印象。我们此前介绍了一种实现 Fruit Ninja 里刀光效果的方法,今天 CocoaChina 会员 “jinyangnet” 为我们带来了更简单的方法: <br />实现原理:<br /> 画直线<br /> 在一个 list 列表里记录所有的触摸点,在 draw 函数里开始画线,线段逐渐加粗,在末端逐渐减细。可以直接用 Coc转载 2011-03-17 17:15:00 · 1082 阅读 · 0 评论 -
小数的阶乘 代码
<br />#define pi 3.1415926535897932384626double gamma(double z){ double ret = 0.0; ret = (1.000000000190015 + 76.18009172947146/(z+1) + -86.50532032941677/(z+2) + 24.01409824083091/(z+3) + -1.231739572450155/(z+4) + 1.原创 2011-03-18 17:55:00 · 2214 阅读 · 0 评论 -
另一种实现 Fruit Ninja 里刀光效果的方法
Fruit Ninja 这款游戏在 iOS 平台上取得了巨大成功,尤其是手指划过屏幕时的刀锋特效大大提升了情节相对简单的切水果游戏的视觉体验和整体印象。我们此前介绍了一种实现 Fruit Ninja 里刀光效果的方法,今天 CocoaChina 会员 “jinyangnet” 为我们带来了更简单的方法: 实现原理: 画直线 在一个 list 列表里记录所有的触摸点,在 draw 函数里开始画线,线段逐渐加粗,在末端逐渐减细。可以直接用 Cocos2d 里的 box2d 模板,添加了少量转载 2011-03-18 17:52:00 · 1164 阅读 · 0 评论 -
免证书越狱机器发布iOS程序
<br />http://www.alexwhittemore.com/?p=398 <br />аdonCheung 11:21:35 <br />按照步骤写下来就行了 <br />аdonCheung 11:22:15 <br />不过一定要注意:实机测试时, SDK版本不能低于设备iOS版本, 分发仅受目标平台编译选项限制. <br />аdonCheung 11:21:35 <br />按照步骤写下来就行了 <br />аdonCheung 11:22:45 <br /原创 2011-05-08 23:44:00 · 1975 阅读 · 0 评论 -
专为iPhone开发者准备的50款经典开源应用
<br />导读:对于开发人员来说,阅读其他人的优秀代码是一种绝佳的内功提升方式。以Flash/Flex教程而知名的Ntt.CC网站最近收集了50多个开源的iPhone软件,极具学习价值。<br />苹果的iPhone应用商店获得了前所未有的成功,在线上已经有超过20万的应用程序。我们在这里选取了50个经典的开源的iPhone应用及其源码下载,供iPhone开发者们学习分享。<br />ABC123:一个挑战记忆力的游戏 <br />源码下载<br /><br />Colloquy: IRC客户端<br转载 2011-03-28 10:20:00 · 1080 阅读 · 0 评论 -
iphone 判断操作系统版本
参考苹果官方判断game center代码。BOOL isGameCenterAPIAvailable(){ // Check for presence of GKLocalPlayer class. BOOL localPlayerClassAvailable = (NSClassFromString(@"GKLocalPlayer")) != nil; // The device must be running iOS 4.1 or later. NSString *reqSys原创 2011-04-08 17:54:00 · 1185 阅读 · 0 评论 -
iOS 图标尺寸及用途。(新同学可以看看)
圆角半径iTunes Artwork icon ───────────────────────── 512px (90px)App icon(iPhone4) ────────────────────────── 114px (20px)App icon(iPad) ───────────────────────────── 72px (12px)App icon(iPhone 3G/3GS) ───────────────────── 57px(10px)Spotlight/Setti原创 2011-06-01 18:21:00 · 8949 阅读 · 0 评论 -
iPhone开发之PXL格式程序开发
<br /> PXL是国内广泛使用的一种iOS程序安装包,他只能安装于破解版的iPhone/iPad等设备上。和官方的IPA格式相比,pxl格式的程序有他独特的特点。<br />1、PXL与IPA格式优缺点比较<br /> IPA作为苹果官方的安装包格式,显然在先天上有他的优势,他易于安装和卸载,只要使用iTunes就可以进行安装、同步和卸载,而其他第三方的助手类软件一般都支持IPA格式。但是由于是官方的格式,所以存在沙盒特性的限制。也就是说,他只能访问沙盒下的目录。<br /> PXL作为国内转载 2011-04-11 16:59:00 · 2425 阅读 · 1 评论 -
将图片保存在iPhone的相册中
有时候你的应用需要将应用中的图片保存到用户iPhone或者iTouch的相册中。 可以使用UIKit的这个类方法来完成。void UIImageWriteToSavedPhotosAlbum ( UIImage *image, id completionTarget, SEL completionSelector, void原创 2011-06-03 15:47:00 · 5270 阅读 · 2 评论 -
iOS 7.1 OTA 局域网部署
自从升级了ios 7.1,原来使用http方式的ota已经不行了。苹果真是蛋疼。jing gu原创 2014-05-23 11:35:20 · 3212 阅读 · 0 评论