I’m just creating a simple program that gets user input then prints it back in the terminal. I don’t know how to get the user input as an NSString. I’ve read about scanf() in C but that doesn’t seem to be able to take strings. I was wondering if there is a possible way to do it?
Share
1 Answer