About 5,290 results
Open links in new tab
  1. Swift Programming Language

    Swift empowers you to write advanced code in a concise, readable syntax that even a beginner can understand. Swift supports object-oriented, functional, and generic programming patterns …

  2. Getting Started - Swift.org

    Swift is a great first language if you are just starting your programming journey. For a brief tour of the language, check out this introductory chapter in The Swift Programming Language book.

  3. Documentation - Swift.org

    Language Reference: The Swift Programming Language (TSPL) book is the authoritative reference for Swift, offering a guided tour, a comprehensive guide, and a formal reference of …

  4. The Basics - Documentation

    When building code, Swift checks the code for type safety and flags any mismatched types as errors. Type checking helps you avoid errors when you’re working with different types of values.

  5. About Swift | Swift.org

    Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.

  6. Language reference | Swift.org

    Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.

  7. About Swift - Documentation

    Swift is a fantastic way to write software for phones, tablets, desktops, servers, or anything else that runs code. It’s a safe and fast programming language that combines the best in modern …

  8. Build an iOS app with SwiftUI | Swift.org

    This is where we’ll write all our code, and you’ll see some default SwiftUI code in there for us. The example code Xcode made for us creates a new view called ContentView. Views are how …

  9. A Swift Tour - Documentation

    This tour gives you enough information to start writing code in Swift by showing you how to accomplish a variety of programming tasks. Don’t worry if you don’t understand something — …

  10. Standard Library - Swift.org

    The Swift standard library defines a base layer of functionality for writing Swift programs. Documentation for the standard library is presently hosted on the Apple Developer website.