SwiftUI 뷰는 UIKit 뷰와 다르게 구조체 이름 끝에 -View를 붙이지 않는게 좋다는 애플의 언급이 있는 세션을 찾아줘
Asked on 06/30/2025
1 search
The session you are looking for is "SwiftUI essentials" from WWDC 2024. In this session, it is mentioned that SwiftUI views are value types defined using structs instead of classes, and it is implied that naming conventions differ from UIKit, where views often have names ending in "-View". You can find this discussion in the session SwiftUI essentials (00:04:30).

SwiftUI essentials
Join us on a tour of SwiftUI, Apple’s declarative user interface framework. Learn essential concepts for building apps in SwiftUI, like views, state variables, and layout. Discover the breadth of APIs for building fully featured experiences and crafting unique custom components. Whether you’re brand new to SwiftUI or an experienced developer, you’ll learn how to take advantage of what SwiftUI has to offer when building great apps.

Enhance your UI animations and transitions
Explore how to adopt the zoom transition in navigation and presentations to increase the sense of continuity in your app, and learn how to animate UIKit views with SwiftUI animations to make it easier to build animations that feel continuous.

Meet PaperKit
Discover how to bring PaperKit to your iOS, iPadOS, macOS, and visionOS apps. We’ll cover how to seamlessly integrate PencilKit drawing with markup features like shapes and images, and how to customize the user interface. Learn best practices for forward compatibility, and discover advanced customization options to create truly unique markup experiences in your apps.