ios - UITableView in a Today Extension not receiving row taps -
ios - UITableView in a Today Extension not receiving row taps -
i have ios 8 app today extension. extension has uitableview in , rendering correctly. however, didselectrowatindexpath doesn't seem called reliably. guessing because notification center uiscrollview , embedding uitableview in causes issues, not sure.
does know might causing issue?
workaround: set opacity 0.01 this:
self.view.backgroundcolor = [uicolor colorwithwhite:1 alpha:0.01];
ios ios8-today-widget
Comments
Post a Comment