How can I get the name of the [touch view] in the touchesbegan event. So if it were UIView *aaaaaview I would get aaaaaview as the return; Thank You, nonono
Or maybe something like this:
if ([viewController.nibName isEqualToString:@"aaaaView"])