G guydor4 macrumors member Original poster Oct 8, 2007 44 0 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 Jul 24, 2002 25,611 893 Harrogate Oct 5, 2009 #2 Did you even open the documentation? How about componentsSeparatedByString:?