07 2012 档案

svn url change
摘要:svn switch --relocate http://oldPath http://newpath 阅读全文

posted @ 2012-07-12 15:15 uniy 阅读(212) 评论(0) 推荐(0)

纠正UIImagePicker照出来的图片方向不正确
摘要:View Code 1 @implementation UIImage (fixOrientation) 2 3 - (UIImage *)fixOrientation { 4 5 // No-op if the orientation is already correct 6 if (self.imageOrientation == UIImageOrientationUp) return self; 7 8 // We need to calculate the proper transformation to make the image upright.... 阅读全文

posted @ 2012-07-11 20:13 uniy 阅读(1490) 评论(0) 推荐(0)

导航