我有一个视图(MatrixView),没什么花哨的,只是继承自 UIView。仅当我设置颜色时才调用视图的 touchBegin?
MatrixView view = [[MatrixView alloc] initWithFrame:[self view]bounds];
// view.backgroundColor = [UIColor greenColor];
我听起来很奇怪?
我有一个视图(MatrixView),没什么花哨的,只是继承自 UIView。仅当我设置颜色时才调用视图的 touchBegin?
MatrixView view = [[MatrixView alloc] initWithFrame:[self view]bounds];
// view.backgroundColor = [UIColor greenColor];
我听起来很奇怪?