---
title: Building a great Mac app with SwiftUI
framework: swiftui
role: sampleCode
role_heading: Sample Code
path: swiftui/building-a-great-mac-app-with-swiftui
---

# Building a great Mac app with SwiftUI

Create engaging SwiftUI Mac apps by incorporating side bars, tables, toolbars, and several other popular user interface elements.

## Overview

Overview note: This sample code project is associated with WWDC21 sessions: 10062: SwiftUI on the Mac: Build the Fundamentals and 10289: SwiftUI on the Mac: The Finishing Touches.

## See Also

### Creating a table

- [Table](swiftui/table.md)
- [tableStyle(_:)](swiftui/view/tablestyle(_:).md)
