iOS Development #8: Strings

String is another important and useful data type. It’s also a struct like Int but String gives us much more functionality. Strings are always wrapped with quotes, preferably double quotes (“…”). Since String is actually a group of individual characters, we can count those characters. Let’s say…

Continue ReadingiOS Development #8: Strings