Xcode makes it hard to compare changes in storyboard, but essentially what I did is, to fix the use of deprecated top and bottom layout guides, I moved the text view to a new view controller, copied to it the class and storyboard ID, and deleted the deprecated view controller with the layout guides.
And added a call to super - which is most likely how it should be - I think.
Xcode makes it hard to compare changes in storyboard, but essentially what I did is, to fix the use of deprecated top and bottom layout guides, I moved the text view to a new view controller, copied to it the class and storyboard ID, and deleted the deprecated view controller with the layout guides.
And added a call to super - which is most likely how it should be - I think.