I have two text fields, say name and initial in one view controller and I want to display both as one label in another view controller. How can I do this?
To send data from one page to another have a look SO answer here And to Adding/Concatenating two string you have two ways -