https://developer.apple.com/tutorials/app-dev-training
Navigation and modal presentation - Creating the edit view 하는 중
- 배운 것
- Accessibility
- 기능에 대한 설명을 읽어준 뒤 Button, Label, Text 등 특성 읽어줌
- accessibilityAddTraits 등 매서드 정리 필요함
- List Style custom
- extension을 이용하여 Attendees의 이름에 identifiable을 통해 id값 부여
- property wrapper ( @State, @Binding, @ObservedObject, @StateObject, @EnvironmentObject 정리 필수)