UIImage
zani515
这个作者很懒,什么都没留下…
展开
-
stretchableImageWithLeftCapWidth的使用
- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapHeight这个函数是UIImage的一个实例函数,它的功能是创建一个内容可拉伸,而边角不拉伸的图片,需要两个参数,第一个是不拉伸区域和左边框的宽度,第二个参数是不拉伸区域和上边框的宽度...原创 2011-08-01 18:09:16 · 132 阅读 · 0 评论 -
UIImage, resolution independence and the iPhone 4′s Retina display
原文转自:http://atastypixel.com/blog/uiimage-resolution-independence-and-the-iphone-4s-retina-display/iOS4 caters for the high-resolution Retina display that comes with the iPhone 4 by some rather c...原创 2011-08-03 15:03:07 · 120 阅读 · 0 评论 -
make the image gloss effect
static void addRoundedRectToPath(CGContextRef context, CGRect rect, float ovalWidth, float ovalHeight) { float fw, fh; if (ovalWidth == 0 || ovalHeight == 0) { CGContextAddRect(c...原创 2012-05-23 23:01:28 · 213 阅读 · 0 评论