#swift #swiftprogramming #learnprogramming #swiftui #xcode
In this tutorial we learn how to write and understand the basic data types of Swift programming language. Swift has six basic data types, Int, Double, Float, Character,Bool, and String. They store whole integers, numbers with decimal points, single character, ture/or false, and strings.
Unlike ohter programming languages, Swift doesn't store String as an array, so if you want to access a specific letter with in the string, you must first convert the string to Array, and then try to access the letter by calling its position.
If you want to learn the Swift language further, please visit this website.
https://developer.apple.com/documenta...