Einheit Text zum Textfeld hinzufügen, ohne das alte zu löschen
myTextField.text = myTextField.text + " whatever extra you want to add"
Real Ray
myTextField.text = myTextField.text + " whatever extra you want to add"