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
Workaround: set the opacity(0.01) like this self.view.backgroundColor = [UIColor colorWithWhite:1 alpha:0.01];