自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (1)
  • 收藏
  • 关注

转载 Core Image 学习笔记 - 为照片加边框和EXIF信息

Core Image 学习笔记 - 为照片加边框和EXIF信息。http://blog.codingmylife.com/?p=572,433 views, Cocoa, by Allen Dang.最近迷上了摄影,拍了很多照片之后就想上传跟大家分享。到色影无忌和几个摄影论坛上一看,发现很多人的照片都有不错的边框、水印和拍摄信息(相机类型、光圈、快门、拍摄日期等等…

2009-10-22 13:38:00 2363

转载 How to open UITextView web links in a UIWebView instead of Safari?

http://stackoverflow.com/questions/1305544/how-to-open-uitextview-web-links-in-a-uiwebview-instead-of-safari The simplest way is to override thewebView:decidePolicyForNavigationAction:request:fr

2009-10-16 10:30:00 1392

转载 iPhone 文件读写

对于一个运行在iPhone得app,它只能访问自己根目录下得一些文件(所谓sandbox).一个app发布到iPhone上后,它得目录结构如下:1、其中得 app root 可以用 NSHomeDirectory() 访问到;2、Documents 目录就是我们可以用来写入并保存文件得地方,一般可通过:NSArray *paths = NSSearchPathForDire

2009-10-14 15:00:00 1388

转载 UIImagePickerController

1.你無法得知在相簿中該相片的檔名2.這是我之前的作法,提供您參考:[code]- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo{    //將ImagePicke

2009-10-12 11:35:00 933

转载 UIImagePickerController

 http://blog.airsource.co.uk/index.php/2008/11/11/views-of-uiimagepickercontroller/ Well the new 3.1 OS certainly makes it a lot nicer to change the UI for the UIImagePickerControllerOverlayVi

2009-10-12 11:28:00 872

转载 IPhone短信相关部分研究

http://garfieldfox.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&_c=BlogPart&partqs=cat%3DIPhone短信发送和截获方式一:打开/dev/tty.debug使用AT命令操作,这类代码最早的出现在一些开源项目中,改改基本能用,现有的版本用的就是这种方式。缺点:机器必须破解并必须安装到

2009-10-08 14:01:00 992

转载 Creating a UIImage from a CGLayer ,通过CGLayer穿件UIImage

CGLayers are great for drawing - especially when things need to be drawn over and over again. Converting a CGLayer to a UIImage is another story, though. NetSketch uses CGLayers for the drawing canv

2009-10-07 12:03:00 955

转载 UIView move animation

- (void)setHoverViewMovedUp:(BOOL)movedUp  {      [UIView beginAnimations:nil context:NULL];      [UIView setAnimationDuration:0.3];        CGRect rect = self.seqHoverView.frame;      if

2009-10-05 11:06:00 840

转载 怎样在程序里把png的图片处理成圆角显示。

- (UIImage *) roundCorners: (UIImage*) img{    int w = img.size.width;    int h = img.size.height;        CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();    CGContextRef context = CGBitmap

2009-10-02 10:44:00 1762

索爱手机开发资料

相关索爱手机的资料,包括私有属性等等

2008-03-06

空空如也

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

TA关注的人

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