摘要: UIImage*image = [UIImageimageNamed:@"RedButton"]; //通过一张原始图片生成一张可拉伸的图片 CGFloatimageW = image.size.width*0.5; CGFloatimageH = image.size.height*0.5; UI... 阅读全文
posted @ 2015-03-16 22:56 LennyKwok 阅读(1058) 评论(0) 推荐(0)
摘要: //// ViewController.m// 01-抖动//// Created by Lenny on 3/16/15.// Copyright (c) 2015 Lenny. All rights reserved.//#import"ViewController.h"#define angl... 阅读全文
posted @ 2015-03-16 14:25 LennyKwok 阅读(293) 评论(0) 推荐(0)