I kind of got things working by adding auto layout constraints:

But I am not happy with this. Took a lot of trial and error and couldn’t understand why this worked.
Also I had to add to use titleLabel.numberOfLines = 0 in my ViewController
I kind of got things working by adding auto layout constraints:

But I am not happy with this. Took a lot of trial and error and couldn’t understand why this worked.
Also I had to add to use titleLabel.numberOfLines = 0 in my ViewController