I've been writing a today widget. The extension has a title but the body is not showing.
I changed viewDidLoad method with this and added constraints to elements, still not working in simulator or device.
override func viewDidLoad() {
super.viewDidLoad()
self.preferredContentSize = CGSizeMake(320, 250);
// Do any additional setup after loading the view from its nib.
}