Quote:
Originally Posted by lightygalaxy
- (void)touchesBegan  NSSet *)touches withEvent  UIEvent *)event
|
Yeah, that's what I thought too. I tried it already though. It fires when I click on an empty area in the main view, but not when I click on the section header.

I keep thinking I need to tell the new views I'm creating to look for events in my controller (set a delegate or something), but I don't see an option for that.