
IPhone
any2mobile
飞信COM/VCL组件 - http://www.fetion123.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tutorial: Detecting When A User Blows Into The Mic
http://mobileorchard.com/tutorial-detecting-when-a-user-blows-into-the-mic/If, a couple of years back, you’d told me that people would expect to be able to shake their phone or blow into the m原创 2011-11-18 10:27:57 · 445 阅读 · 0 评论 -
iphone 自定义控件,通讯录,网络,电子书,控件特效 等源码
http://www.cocoachina.com/bbs/read.php?tid=79949&keyword=%D4%B4%C2%EB转载 2011-11-18 10:30:03 · 3943 阅读 · 0 评论 -
free iphone app version from the same xcode project
http://www.codza.com/free-iphone-app-version-from-the-same-xcode-project转载 2011-11-18 12:53:47 · 449 阅读 · 0 评论 -
Using ASIHTTPRequest in an iOS project
http://allseeing-i.com/ASIHTTPRequest/Setup-instructions2) Link with CFNetwork, SystemConfiguration, MobileCoreServices, CoreGraphics and zlibOpen the settings for your target by clicking on t原创 2011-11-27 19:21:17 · 372 阅读 · 0 评论 -
Open Source iPhone Apps List – Real App Store Code Examples!
http://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps/backup: http://www.bowu.org/mac/iphone-app/open-source-iphone-apps.htmlOpen Source iPhone App转载 2011-11-21 14:03:13 · 1684 阅读 · 0 评论 -
如何联机调试和发布程序(99$)
http://www.cocoachina.com/bbs/read.php?tid-7923.html如何联机调试和发布程序(99$) 管理提醒:本帖被 superarts 设置为精华(2009-09-15)这两天公司让整理文档,一直想写一篇更详细的联机调试的文档,这次刚好是机会 我写的只是联机调试的步骤,并没有深入的去写为什么这么做(关键是我不知道)转载 2011-11-25 20:12:54 · 502 阅读 · 0 评论 -
code4.2 for lion的官网下载连接
我也是猜出来的,呵呵xcode 4.2 for lionhttps://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcode_4.2_with_ios_5_sdk/xcode_4.2_and_ios_5_sdk_for_lion.dmgfor snow leopard 的 xcode转载 2011-11-29 16:51:44 · 776 阅读 · 0 评论 -
关于iCloud的注册,到代码的实现
http://www.cocoachina.com/iphonedev/sdk/2011/1201/3644.html转载 2011-12-02 17:07:40 · 584 阅读 · 0 评论 -
xcode4中配置Three20开发环境
http://blog.youkuaiyun.com/favormm/article/details/6739311还有一种方法就是利用脚本,在src目录下面有一个script目录,打开terminal进入到script目录下,然后运行命令:[python] view plaincopyprint?python ttmodule.py -p path/to/your/p转载 2012-02-07 11:08:09 · 462 阅读 · 0 评论 -
IPHONE TreeView
http://blog.youkuaiyun.com/kmyhy/article/details/5753090http://dotnet.kapenilattex.com/?p=656原创 2012-02-10 10:45:41 · 602 阅读 · 0 评论 -
不用IB 怎样给Control 注册事件
[button addTarget:self action:@selector(method) forControlEvents:UIControlEventTouchUpInside];原创 2012-02-15 09:48:27 · 399 阅读 · 0 评论 -
How to hide keyboard when you click backgroud in a TTTableView?
1. set tableview delegate with yourself(TTTableViewController).self.tableView.delegate = self;2. implement touchesBegan- (void)tableView:(UITableView*)tableView touchesBegan:(NSS原创 2012-02-15 14:05:56 · 473 阅读 · 0 评论 -
Run task when app enter background.
1. Add the UIBackgroundModes key to your application’s Info.plist file. Set the value of this key to an array that includes thevoip string.2. - (void)applicationDidEnterBackground:(UIAppli原创 2012-02-24 13:38:06 · 560 阅读 · 0 评论 -
ASIHTTPRequest 之 shouldUseRFC2616RedirectBehaviour
Handling redirectionASIHTTPRequest will automatically redirect to a new URL when it encounters one of the following HTTP status codes, assuming a Location header was sent:301 Moved Permanently30原创 2012-02-24 17:15:23 · 1235 阅读 · 0 评论 -
NSString *到NSString *const的区别
从NSString *到NSString *const的区别在于,NSString *值的指针可以改变指向(虽然不能改变内容,但是对于系统常量来说还是非常危险啊,这应该算是设计缺陷了,所以MacOS 10.6修改过来了),NSString *const的就是无论内容,指向都不能改了。类似于C++中const *及 const * const的区别。原创 2012-02-24 18:31:49 · 9458 阅读 · 0 评论 -
Sizes of iPhone UI Elements
http://www.idev101.com/code/User_Interface/sizes.htmliPhone Development 101:User Interface:Sizes of iPhone UI Elements ElementSize (in points)Window (including status b原创 2012-02-17 14:25:02 · 400 阅读 · 0 评论 -
Memory Management Overview Page
http://www.cocoadev.com/index.pl?MemoryManagement原创 2012-03-01 14:03:21 · 330 阅读 · 0 评论 -
DebuggingTechniques
http://www.cocoadev.com/index.pl?DebuggingTechniquesDebuggingTechniqueslast edited December 27, 2011 10:34:53 (82.95.218.199)CocoaDev is sponsored by: Panic: Shockingly good Ma转载 2012-03-01 11:41:10 · 1358 阅读 · 0 评论 -
MPMoviePlayerController 横屏播放。
IOS5下原创 2012-03-06 13:46:41 · 43133 阅读 · 0 评论 -
编译遇到object file format invalid or unsuitable
可能一:sudo mv /usr/bin/codesign_allocate/usr/bin/codesign_allocate_old sudo ln -s /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate/usr/bin 可能二:Make sure the 'Execut转载 2012-03-07 08:48:43 · 460 阅读 · 0 评论 -
How do I specify both icons for a universal iPhone/iPad app?
Add a CFBundleIconFiles key of type Array to your Info.plist. The array should contain 2 string items: the filenames of the two icons. The OS will then automatically choose the correct icon for each p转载 2012-03-07 11:20:03 · 476 阅读 · 0 评论 -
XCode 4: Manual downloading of Apple documents
http://hi.baidu.com/nowgame/blog/item/67de2bf390fa324d342acc1e.html六、离线文档好像从Xcode3起就不提供离线文档了,apple在线文档慢的要死,让Xcode下载更要死...解决办法还是老样子:我再结合Xcode4说下:1.打开Xcode4 Documentation Preferences,选择一个Libra原创 2012-01-05 12:02:38 · 663 阅读 · 0 评论 -
"EGO" Xcode Theme for Xcode 4 + EGOv2
Original EGOmkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes; cd ~/Library/Developer/Xcode/UserData/FontAndColorThemes; curl -O http://developers.enormego.com/assets/egotheme/EGO.dvtco原创 2012-03-12 10:21:45 · 719 阅读 · 0 评论 -
KKPasscodeLock for iOS
KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios appshttp://www.kosherpenguin.com/原创 2012-04-09 09:42:16 · 799 阅读 · 0 评论 -
ios is IPhone or IPad
userInterfaceIdiomThe style of interface to use on the current device. (read-only)@property(nonatomic,readonly) UIUserInterfaceIdiom userInterfaceIdiomDiscussionFor universal applications, y原创 2012-04-09 09:53:00 · 545 阅读 · 0 评论 -
How to code APNS with PHP?
1. create cert file and php file. Please refer to http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-122. Take care for there must set password for your pem fil原创 2012-04-11 17:27:57 · 631 阅读 · 0 评论 -
分享一个Apple察看全部App Store应用的站点+苹果的affiliates计划
分享一个Apple察看全部App Store应用的站点+苹果的affiliates计划 管理提醒:本帖被 gagaga 执行加亮操作(2012-01-10)本帖属于CocoaChina会员发表,转帖请写明来源和帖子地址http://itunes.apple.com/cn/genre/id6018?mt=8这里面的数据都可以作为流行度排行分析具体怎么用大家各显转载 2012-05-31 09:58:15 · 1325 阅读 · 0 评论 -
cocoa controls open sources
http://www.cocoacontrols.com/原创 2012-10-22 15:15:04 · 379 阅读 · 0 评论 -
技术网站 share
一:Google Web Fonts(做网站的可能会用到的一些字体):http://www.google.com/webfonts二:Bootstrap(前twitter员工写的一款可以快速开发的前端框架)http://twitter.github.com/bootstrap/三:获取用户IP和国家缩写API:http://api.wipmania.com/ OR http://who原创 2012-10-22 15:17:30 · 486 阅读 · 0 评论 -
xcode 4.5.1 Code Theme 文件存放位置
/Users/rickwu/Library/Developer/Xcode/UserData/FontAndColorThemes,如果没有相应目录,新建相应目录就好了原创 2012-10-24 10:41:00 · 1218 阅读 · 0 评论 -
Cocoa 框架 For iOS(一) 框架的介绍,Objectivie-C运行时能力的解析等
http://blog.youkuaiyun.com/totogo2010/article/details/8081253转载 2012-10-26 08:07:34 · 358 阅读 · 0 评论 -
Ask customer review your iOS app
Presenting, AppiraterSeptember 7th, 2009arashLike most developers, I’m not thrilled with the way the App Store presents my apps. There are several problems, but in particular, I really don’t like原创 2012-10-29 09:20:34 · 801 阅读 · 1 评论 -
cocos2d CCSequence
id moveAction = [CCMoveBy actionWithDuration:2 position:ccp(size.width/2,0)]; id rotateAction = [CCRotateBy actionWithDuration:2 angle:180]; id tintAction = [CCTintTo actionWithDuration:1 red:原创 2012-12-12 12:50:02 · 420 阅读 · 0 评论 -
iOS开发---设计素材篇(持续更新中...)
http://www.cocoachina.com/applenews/devnews/2013/0117/5562.htmliOS开发---设计素材篇(持续更新中...)2013-01-1718:28阅读数:1590单独窗口打印放大字号缩小字号虽然技术是iOS开发的主心骨,但漂亮的界面和素材是吸引人的关键要素。论坛里有部分这方面的文章,不过一直转载 2013-01-20 20:45:05 · 440 阅读 · 0 评论 -
更新证书错误Code Sign error: Provisioning profile ‘XXXX'can't be found
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试一直会出现 Code Sign error: Provisioning profile ‘XXXX’ can't be found是不是会另你很恼火。下面说说解决方法,让你很好的解决这个问题。 1.关闭你的项目,找到项目文件XXXX.xcodeproj,在文件上点击右键,选择“显示包内容”(Sh原创 2013-03-01 12:12:40 · 3687 阅读 · 0 评论 -
在cocos2d中使用粒子系统
在cocos2d中使用粒子系统cocos2d实现粒子系统很简单,在我来看有两种方式,一种是使用代码设置参数;第二种是用导入属性列表文件的方式来配置所要添加的粒子系统。本文描述的是后者,原因是这种方式配置更简单,而且如果需要修改效果,不需要修改代码,只要修改配置文件就可以了。ParticleDesigner是一个制作粒子系统的工具,收费的,不过,并不是不付钱就用不了,只是,如果你想把转载 2013-03-08 10:41:36 · 622 阅读 · 0 评论 -
ios emoji demo code
for (int i=0x1F300; i<0x1F5FF; i++) { UniChar c[2]; CFStringGetSurrogatePairForLongCharacter(i, c); NSString *s = [NSString stringWithCharacters:c length:2];原创 2013-03-07 10:16:31 · 900 阅读 · 0 评论 -
Textmate使用手册
Textmate使用手册cmd + option + L 显示行号cmd + F 页面搜索文字cmd + shift + F 项目搜索文字cmd + G 下一个搜索文字cmd + shift + G 上一个搜索文字cmd + option + F 替换一个cmd + ctrl + F 全部替换cmd + S 保存cmd + option + S 全部保存原创 2013-02-28 10:19:51 · 6343 阅读 · 0 评论 -
Justinmind Prototyper 专属移动APP原型设计的工具
网址是:http://www.justinmind.com/转载 2013-03-13 09:15:50 · 837 阅读 · 0 评论 -
Three20 not work on iOS 6.0
/Three20/src/Three20UI/Sources/UIViewAdditions.m这一看就是Three20的错误,看了一下,Three20没有出新版本,于是找了个解决办法:#ifdef DEBUGto this:#ifdef DEBUG_TOUCHES转载 2013-03-26 16:15:48 · 496 阅读 · 0 评论