how do I add Programmaticaly a toolbar with uitextfield at the bottom of a tableview? Like a chat or sms app.. thank you in advance..
It's not great in some ways, but I solved this by using a Container View on an additional View Controller.
The Intermediate VC to Table VC segue is "Embed"
I used this instead of the "Toolbar on Nav Controller" solution because I'm adding this to an existing app design with ~15 screens, and I wasn't sure how to configure different toolbars on different screens.