比如leftSwipeGestureRecognizer = [[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(handleSwipes:)];
找不到handleSwipes函数的实现
确定在相应的Target定义了对应的事件