G guydor4 macrumors member Original poster Oct 5, 2009 #1 Hi, I am trying to build an app that the user will enter two words in UITextField, click a button and the word will appear in an UILabel with sign like + between the words. How do I do that? Thanks!
Hi, I am trying to build an app that the user will enter two words in UITextField, click a button and the word will appear in an UILabel with sign like + between the words. How do I do that? Thanks!
robbieduncan Moderator emeritus Oct 5, 2009 #2 Did you even open the documentation? How about componentsSeparatedByString:?