hmm, i think instead of a direct segue for the button you need to put the segue call inside the uibutton press, then set the textSent there (just before you call the segue)
based on your code i don’t see an IBAction attached to the button, so thats what im referring to, make it do an IBAction first, then call the segue push from there