我有一个UIControl,它实现了touchesbegind方法,如下所示:-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{[supertouchesBegan:toucheswithEvent:event];//MorecodegoeshereUIControl的这个子类在ViewController中实例化,然后作为subview添加到该ViewController。我在UIControl的touches开始方法处有一个断点,并且该方法永远不会被调用。我一直在做一些阅读,似乎ViewController有一