📄️ Border Radius
swiftUI에서는 clipShape를 이용해서 cornerRadius를 주더라도, border의 radius는 cornerRadius와 같이 변하지 않는다.
📄️ Color에서 hex를 지원하기
swiftUI Color에서는 기본적으로 hex를 지원하지 않는다.
📄️ ConfirmationDialog
ActionSheet는 iOS 16까지만 지원하 고 deprecated.
📄️ coordinateSpace
coordinateSpace는 특정 view의 좌표 공간의 이름을 지정해서, 이 이름으로 접근하여 지정된 view의 points, sizes 등의 dimension를 사용할 수 있도록 함.
📄️ enum의 활용
calculate property로 label 설정
📄️ GeometryReader와 ScrollView
ScrollView 내부에 GeometryReader와 사용시 height를 계산하지 않는 문제가 있다.