In the code below I have a ViewController(\"SenderViewController\"), which passes a message to the main ViewController when a button is tapped. Wha
ViewController
self.delegate?.messageData(inputMessage.text!)