Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5020
Cell Selection of UITableView inside IGGridView
posted

The UITableView's delegate method didSelectRowAtIndexPath is never called when the UITableView is a subview of a IGGridViewCell. Have you seen this before? I've tried disabling all of the GestureRecognizers and it did not help.

This same UITableView works fine outside of a IGGridViewCell.

The UITableViewCell's accessory views work fine (UISwitch)... which is strange.