1. UIResponse 事件響應基礎篇

1. 事件的傳遞

先要介紹一下事件傳遞 , 簡單的就是 手機端捕捉到一個事件 =》 傳遞給App =》 Window =》 Controller =》 View =》 子視圖 ; 一般通過 hitTest:withEventpointInside:withEvent 來查找,這個過程比較簡單吏垮,網上有很多怖糊;但是網上對于事件的響應的介紹確很少胁勺;

2. 事件的響應

就是 通過 touchesBegan:withEvent: , touchesMoved:withEvent, touchesCancelled:withEvent,touchesEnded:withEvent 來進行事件的接收和處理锅锨;

3. 通過一個簡單的例子 來看看

  1. 定義 一個 子視圖 MyView圈驼;
  2. 父視圖 Controller的 self.view 來承載MyView
@implementation MyView


- (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
    NSLog(@"MyView touchesBegan");

    // 觸發(fā) parentView的 touchBegan
    [super touchesBegan:touches withEvent:event];
    
    NSLog(@"MyView touchesBegan--2");

}

- (void)touchesMoved:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
    NSLog(@"MyView touchesMoved");

    [super touchesMoved:touches withEvent:event];
}

- (void)touchesCancelled:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
    NSLog(@"MyView touchesCancelled");

    [super touchesCancelled:touches withEvent:event];
    
    NSLog(@"MyView touchesCancelled-2");
}

- (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
    NSLog(@"MyView touchesEnded");

    [super touchesEnded:touches withEvent:event];
    
    NSLog(@"MyView touchesEnded——2");

}
@end

并且在 Controller 也添加

- (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
    NSLog(@"self.view touchesBegan");

    [super touchesBegan:touches withEvent:event];
}

- (void)touchesMoved:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
    NSLog(@"self.view touchesMoved");

    [super touchesMoved:touches withEvent:event];
}

- (void)touchesCancelled:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
    NSLog(@"self.view touchesCancelled");

    [super touchesCancelled:touches withEvent:event];
}

- (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
    NSLog(@"self.view touchesEnded");

    [super touchesEnded:touches withEvent:event];
}

通過點擊 MyView 我大概得出一些簡單的結論

3.1 正常的觸發(fā)

說明先觸發(fā) 最上面的 子視圖 touchesBegan =》 parentView的 touchBegan =》 子視圖 touchesBegan 結束捕儒;

MyView touchesBegan
self.view touchesBegan
MyView touchesBegan--2

MyView touchesEnded
self.view touchesEnded
MyView touchesEnded——2

3.2 注釋掉 MyView 里面的 [super touchesBegan:touches withEvent:event]; 和 [super touchesEnded:touches withEvent:event];

父類的 touchBegan 和 touchesEnd 沒有調用

MyView touchesBegan
MyView touchesBegan--2
MyView touchesEnded
MyView touchesEnded——2

3.3 MyView 中 添加手勢
- (instancetype)initWithFrame:(CGRect)frame {
    if (self = [super initWithFrame:frame]) {
        
        UITapGestureRecognizer * tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tapClick)];
        [self addGestureRecognizer:tap];
    }
    return self;
}

- (void)tapClick {
    
    NSLog(@"MyView tapClick");
}

會直接 touchesCancelled 掉,然后去執(zhí)行手勢了龙致;在 https://developer.apple.com/documentation/uikit/uigesturerecognizer 中介紹了蛀缝,手勢 的優(yōu)先級 要比 UIRespons 要高,所以當遇到手勢目代,UIResponse 直接被canceled屈梁;
A window delivers touch events to a gesture recognizer before it delivers them to the hit-tested view attached to the gesture recognizer. Generally, if a gesture recognizer analyzes the stream of touches in a multi-touch sequence and doesn’t recognize its gesture, the view receives the full complement of touches. If a gesture recognizer recognizes its gesture, the remaining touches for the view are cancelled

MyView touchesBegan
self.view touchesBegan
MyView touchesBegan--2

// 手勢響應
MyView tapClick

// 會進入cancelled的響應
MyView touchesCancelled
self.view touchesCancelled
MyView touchesCancelled-2

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市榛了,隨后出現的幾起案子在讶,更是在濱河造成了極大的恐慌,老刑警劉巖霜大,帶你破解...
    沈念sama閱讀 212,454評論 6 493
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件构哺,死亡現場離奇詭異,居然都是意外死亡战坤,警方通過查閱死者的電腦和手機遮婶,發(fā)現死者居然都...
    沈念sama閱讀 90,553評論 3 385
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來湖笨,“玉大人,你說我怎么就攤上這事蹦骑〈仁。” “怎么了?”我有些...
    開封第一講書人閱讀 157,921評論 0 348
  • 文/不壞的土叔 我叫張陵,是天一觀的道長边败。 經常有香客問我袱衷,道長,這世上最難降的妖魔是什么笑窜? 我笑而不...
    開封第一講書人閱讀 56,648評論 1 284
  • 正文 為了忘掉前任致燥,我火速辦了婚禮,結果婚禮上排截,老公的妹妹穿的比我還像新娘嫌蚤。我一直安慰自己,他們只是感情好断傲,可當我...
    茶點故事閱讀 65,770評論 6 386
  • 文/花漫 我一把揭開白布脱吱。 她就那樣靜靜地躺著,像睡著了一般认罩。 火紅的嫁衣襯著肌膚如雪箱蝠。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,950評論 1 291
  • 那天垦垂,我揣著相機與錄音宦搬,去河邊找鬼。 笑死劫拗,一個胖子當著我的面吹牛间校,可吹牛的內容都是我干的。 我是一名探鬼主播杨幼,決...
    沈念sama閱讀 39,090評論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼撇簿,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了差购?” 一聲冷哼從身側響起四瘫,我...
    開封第一講書人閱讀 37,817評論 0 268
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎欲逃,沒想到半個月后找蜜,有當地人在樹林里發(fā)現了一具尸體,經...
    沈念sama閱讀 44,275評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡稳析,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 36,592評論 2 327
  • 正文 我和宋清朗相戀三年洗做,在試婚紗的時候發(fā)現自己被綠了。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片彰居。...
    茶點故事閱讀 38,724評論 1 341
  • 序言:一個原本活蹦亂跳的男人離奇死亡诚纸,死狀恐怖,靈堂內的尸體忽然破棺而出陈惰,到底是詐尸還是另有隱情畦徘,我是刑警寧澤,帶...
    沈念sama閱讀 34,409評論 4 333
  • 正文 年R本政府宣布,位于F島的核電站井辆,受9級特大地震影響关筒,放射性物質發(fā)生泄漏。R本人自食惡果不足惜杯缺,卻給世界環(huán)境...
    茶點故事閱讀 40,052評論 3 316
  • 文/蒙蒙 一蒸播、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧萍肆,春花似錦袍榆、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,815評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至勿负,卻和暖如春馏艾,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背奴愉。 一陣腳步聲響...
    開封第一講書人閱讀 32,043評論 1 266
  • 我被黑心中介騙來泰國打工琅摩, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人锭硼。 一個月前我還...
    沈念sama閱讀 46,503評論 2 361
  • 正文 我出身青樓房资,卻偏偏與公主長得像,于是被迫代替她去往敵國和親檀头。 傳聞我的和親對象是個殘疾皇子轰异,可洞房花燭夜當晚...
    茶點故事閱讀 43,627評論 2 350

推薦閱讀更多精彩內容