suicidesafetyplan / safetyplan-ios

Suicide Safety Plan is a free mobile application for suicide prevention.
MIT License
23 stars 10 forks source link

various recommended fixes and deprecations #41

Closed danispringer closed 10 months ago

danispringer commented 10 months ago

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.

eddielement commented 10 months ago

Great stuff!