Hi,
I am stumped about how to make texts that's derived from an input like a UITextField, onto a textView and make it such that after each input, the previous sentences are not erased. What I am looking for is instead of updating or refreshing the outputs, they are instead 'pushed' onto the next line.
Currently I am using UITextView as the output for the texts as it is scrollable.
Thanks in advance!
I am stumped about how to make texts that's derived from an input like a UITextField, onto a textView and make it such that after each input, the previous sentences are not erased. What I am looking for is instead of updating or refreshing the outputs, they are instead 'pushed' onto the next line.
Currently I am using UITextView as the output for the texts as it is scrollable.
Thanks in advance!