iOS Today Extension Table View Rows only detects taps on a label

后端 未结 4 1572
天涯浪人
天涯浪人 2020-12-19 08:48

I am having the weirdest of problems with a today widget on iOS.

I have a simple widget with a table view like this: https://grab.edr.io/2e557aa43a34b7460b1eac44cbca

4条回答
  •  轮回少年
    2020-12-19 09:01

    Workaround: set the opacity(0.01) like this self.view.backgroundColor = [UIColor colorWithWhite:1 alpha:0.01];

提交回复
热议问题