Xcode – In a table view controller when adding a container view, how can I move it to the very bottom? (Swift)
I'm currently working on a texting app and to do that I created a table view controller. I want to add a textfield the very bottom of the table view controller. Xcode wouldn't let me add a text field in…