Apple Development

Strings in Swift

Today I finished section 2.1 in "Develop in Swift: Fundamentals" regarding Strings. I learned about:

  • Declaring Strings
  • Concatenation and Interpolation
  • String Equality and Comparison
  • Unicode

Functions are next. I have to say, knowing these things in JavaScript has really primed me to pick up the differences in Swift.

Happy Coding!