I have a iOS 8 app with a Today Extension. The extension has a UITableView in it and it is rendering correctly. However, didSelectRowAtIndexPath doesn't seem to get called reliably. I am guessing this is because Notification Center is a UIScrollView and embedding a UITableView in those causes some issues, but I am not sure.
Does anyone know what might be causing this issue?