TextField
内有CollectionView
+ ScrollView
viewDidLoad
当用户编辑文本时,键盘会出现,然后我想在用户按下ScrollView时隐藏键盘,所以我在[self.scrollView addGestureRecognizer:[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(hideKeyboard)]];
didSelectItemAtIndexPath
但是在我使用这段代码之后,当我点击每个项目
时,方法-(void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath{
}
没有被触发
didSelectItemAtIndexPath
如何解除方法isAlpha(str [, locale])
任何帮助都将非常感谢