UIViewから継承したばかりのビュー(MatrixView)があります。ビューの touchBegin は、色を設定した場合にのみ呼び出されますか?
MatrixView view = [[MatrixView alloc] initWithFrame:[self view]bounds];
// view.backgroundColor = [UIColor greenColor];
私は奇妙に聞こえますか?
UIViewから継承したばかりのビュー(MatrixView)があります。ビューの touchBegin は、色を設定した場合にのみ呼び出されますか?
MatrixView view = [[MatrixView alloc] initWithFrame:[self view]bounds];
// view.backgroundColor = [UIColor greenColor];
私は奇妙に聞こえますか?