I have an iOS 8 app with the Today extension. The extension has a UITableView in it and it displays correctly. However, didSelectRowAtIndexPath does not seem to be reliably called. I assume this is due to the fact that the Notification Center is a UIScrollView and embeds the UITableView in those that cause some problems, but I'm not sure.
Does anyone know what might cause this problem?
source share