0
TabBar只檢測長時間的水龍頭。用tabBar查看也有scrollView。我刪除選擇DelaysContentToches,但它並不能幫助我TabBar只檢測長時間的水龍頭
TabBar只檢測長時間的水龍頭。用tabBar查看也有scrollView。我刪除選擇DelaysContentToches,但它並不能幫助我TabBar只檢測長時間的水龍頭
我加入這個字符串和它的幫助我)
UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(dismissKeyboard)]; tapGesture.numberOfTapsRequired = 1; tapGesture.delegate = self; tapGesture.cancelsTouchesInView = false;