I want to get the width value of my widget / today extension.
I can't use self.view.frame.size.width
because it returns the whole screen width and not the actual widget width (on the iPad the width of the extension is not equal to the screen width).
What can I do to get the actual width of the widget?