How can I remove the gap on the left side of the view?
I got this solution from: Fit width in iOS 8 Today Extensions
func widgetMarginInsetsForProposedMarginInsets(defaultMarginInsets: UIEdgeInsets) -> UIEdgeInsets {
return UIEdgeInsetsZero
}
When I put it in viewDidLoad nothing happens. Any ideas why?