0
同時數在我UIView
小類我有這樣的:無法檢索觸摸
- (void) touchesBegan: (NSSet*) touches withEvent: (UIEvent*) event
{
UITouch* touch = [touches anyObject];
CGPoint location = [touch locationInView: self];
NSLog(@"touches count: %i",[touches count]); //always shows 1
}
無論我有多少手指觸摸屏幕後,我只得到「1」作爲輸出。我還在touchesMoved
上添加了上面的結果。
勝利者去了第一響應者,謝謝。這是我錯過的。我會盡快接受這個答案。 – johnbakers
順便說一句,與「第一響應者」,沒有雙關語意圖! – johnbakers
沒問題,這讓我在這裏發笑 –