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 뷰는 UIKit 뷰와 다르게 구조체 이름 끝에 -View를 붙이지 않는게 좋다는 애플의 언급이 있는 세션을 찾아줘 | Ask WWDC