自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 iphone UIImage 如何生成缩略图

[url]http://brian-erickson.com/uiimage-thumbnails-in-objective-c-for-the-iph[/url] [code="java"]+ (UIImage *)generatePhotoThumbnail:(UIImage *)image { // Create a thumbnail version of the image f...

2012-04-28 17:11:00 179

原创 How To Integrate iTunes File Sharing With Your iOS App

[url]http://www.raywenderlich.com/1948/how-integrate-itunes-file-sharing-with-your-ios-app[/url]

2012-04-28 13:53:04 92

原创 iOS高效开发必备的10款Objective-C类库

1. MBProgressHUD(进展指示符库) 地址:[url]https://github.com/jdg/MBProgressHUD[/url] 苹果的应用程序一般都会用一种优雅的,半透明的进度显示效果,不过这个API是不公开的,因此你要是用了,很可能被清除出AppStore。而 MBProgressHUD提供了一个替代方案,而且在用户角度上,实现的效果根本看不出和官方程序有什么差别。同...

2012-04-25 14:22:36 66

原创 App Store推广

cocoachina上的推广整理帖: [url]http://www.cocoachina.com/bbs/read.php?tid=14000[/url]

2012-04-23 12:38:17 128

原创 How do I find my iTunes App Store URL?

[b]How do I find my iTunes App Store URL?[/b] The easiest way to find your App Store URL is by opening iTunes and copying the information directly from the App Store. The steps included below outli...

2012-04-22 18:50:49 119

原创 iphone开发中用NSUserDefaults 判断程序是否第一次运行[转载]

Pretty much what Marc and Chris said, though I prefer to change the value when the app quits in case there're multiple areas of the application that need to know about it. In code: // -applicationD...

2012-04-09 11:35:38 94

原创 UITextView: move view when keyboard appears

UITextView: move view when keyboard appears For showing the textview fields without being hidden by the keyboard, the standard way is to move up/down the view having text fields whenever the keyboa...

2012-04-04 12:17:01 82

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除