我有一个滚动视图。在滚动视图中,我有三个子视图,A、B、C。当我单击子视图 A 时,我想获取它的标记值或知道我单击了哪个视图。我浏览了许多代码和博客,但找不到解决方案。
- (void)handleSingleTap:(UITapGestureRecognizer *)recognizer {}
- (void) touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event{} //This function is not working with sub view.
尝试了这些方法,但没有解决我的问题。