---
title: "Focus Cookbook: Supporting and enhancing focus-driven interactions in your SwiftUI app"
framework: swiftui
role: sampleCode
role_heading: Sample Code
path: sample-code/swiftui/focus-cookbook-sample
---

# Focus Cookbook: Supporting and enhancing focus-driven interactions in your SwiftUI app

Create custom focusable views with key-press handlers that accelerate keyboard input and support movement, and control focus programmatically.

## Overview

Overview note: This sample code project is associated with WWDC23 session 10162: The SwiftUI cookbook for focus.
