What's Next?

What's Next

You now know the core of Swift. Here are the natural next steps:

  • SwiftUI — Apple's declarative UI framework for building apps across iOS, macOS, watchOS, and tvOS.
  • Combine — Swift's reactive framework for handling async events and data streams.
  • Swift Concurrencyasync/await and actors for safe, structured concurrency.
  • Swift on Server — frameworks like Vapor and Hummingbird bring Swift to backend development.
  • Swift Packages — the Swift Package Manager for sharing reusable code.

Resources

← Previous