mobiledevtutorials
  • Home
  • React Native
  • Android
  • Kotlin
  • Swift
Subscribe

Swift

A collection of 2 posts
“Hello, World!”  in Swift
Swift

“Hello, World!” in Swift

When you start learning a new programming language, the most straightforward application you can write in any language is the "Hello, World!" application. Swift code is written plaint text files with a .swift  file extension // Swift "Hello, World!" print("Hello, World!") Output Hello, World! as you might guess from the
Jul 2, 2022 — 1 min read
Introduction to the Swift
Swift

Introduction to the Swift

Swift, open source, general purpose, compiled programming language developed by Apple in 2014. It is used to create apps for iOS, macOS, watchOS, and other platforms, such as Linux and Windows. it can also be used for server-side (Popular frameworks are Vapor, Kitura, and Perfect) Swift programming is fast and
Jun 3, 2022 — 1 min read
mobiledevtutorials © 2023
Powered by Ghost