Destinations

Destinations is a Swift library for UIKit and SwiftUI that is designed to truly decouple your UI and manage navigation flow. It is based on a philosophy that emphasizes clear separation of concerns, that each significant View or UIViewController in an app should not know about each other, and that UI and functionality should be able to be easily substituted as your needs change. Destinations enables your user interfaces to focus again on the user.

  • Enables clean separation of concerns between your interfaces, datasources, and other application logic
  • Allows you to easily replace UI and datasources for A/B testing or providing testing mocks
  • Reduces development time – provides built-in implementations for many navigation and presentation types, reduces code churn as feature flows change
  • Provides easy deep linking capability
  • Provides the ability to display and test sections of your apps in isolation
  • A flexible and extensible, protocol-based system to fit your project’s needs, including custom UI
  • A similar API for both UIKit and SwiftUI, and generic enough to allow further platform support. Supports pure UIKit and SwiftUI apps, but also supports hybrid apps with SwiftUI content hosted within UIKit controllers.
Check out Destinations on GitHub for more detailed explanations and examples!

Created by Brett Walker.
© 2025 Poet & Mountain, LLC. All rights reserved. Licensed under the MIT License.