摘要: 题目:⾃自定义view,实现点击事件。不同的实例,点击效果不同:点击视图改变颜色、点击视图改变位置,点击视图修改⼤⼩。#import "AppDelegate.h"#import "TargetActionViewController.h"@interface AppDelegate ()@end@... 阅读全文
posted @ 2015-08-25 23:53 Hooy星 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Delegate􏱋􏰨􏰩􏰒􏱡􏱠􏱢 自定义视图CustomView ,创建一个实例对象,开始点击时视图缩短,移动过程中随机修改颜色,结束点击时视图恢复宽度#import "AppDelegate.h"#import "RootViewController.h"@interface AppD... 阅读全文
posted @ 2015-08-25 23:43 Hooy星 阅读(193) 评论(0) 推荐(0) 编辑