#swift

Found 88 articles tagged with #swift

Getting Started with Swift Package Manager

The official tool for managing the distribution of Swift code to automate the process of downloading, compiling, and linking dependencies.

Jul 18, 2022#ios#swift#xcode

Swift `async let` Bindings

A simple way, similar to a `let` binding, to create child tasks and await their results using `async let` declarations.

What's New in Swift 5.6

Swift 5.6 includes a number of enhancements to the type system, improved interaction with pointers, and adds the ability to run new plugin….

Swift Opaque Types

This feature gives you the flexibility to return and preserve the identity of any type, related but different from protocols and generics.

Swift Concurrency Model

Everything you need to build elegant asynchronous apps after concurrency features introduced in Swift 5.5 like async/await, Tasks, and Actors.

Cracking the iOS interview

iOS is a small niche in software development, the scope of knowledge you need to cover is quite stable over the years, and primarily using….

What's New in Swift 5.5

The biggest features in Swift 5.5 all revolve around its new and improved concurrency features. There’s actors, async/await, and more. With….

Top sites for iOS and Swift developers

I believe we have to constantly learn from others, these sites contain valuable articles and resources that help us to get from good to great.