Hi,
I need help with NSString and UITextField
I'm trying to write an app that the user will enter 2 words or more in an UITextField and click a button and the text will appear in an UILabel with symbols between the words, for example:
Thanks!
I need help with NSString and UITextField
I'm trying to write an app that the user will enter 2 words or more in an UITextField and click a button and the text will appear in an UILabel with symbols between the words, for example:
Code:
UITextField = Hello World
UILabel = Hello#World
Thanks!