摘要:
题目:⾃自定义view,实现点击事件。不同的实例,点击效果不同:点击视图改变颜色、点击视图改变位置,点击视图修改⼤⼩。#import "AppDelegate.h"#import "TargetActionViewController.h"@interface AppDelegate ()@end@... 阅读全文
摘要:
Delegate 自定义视图CustomView ,创建一个实例对象,开始点击时视图缩短,移动过程中随机修改颜色,结束点击时视图恢复宽度#import "AppDelegate.h"#import "RootViewController.h"@interface AppD... 阅读全文