🍏/UI(3)
-
[iOS] Auto Layout
1. iOS에서 Auto Layout을 사용하는 이유와 장점Auto Layout은 다양한 디바이스 크기와 화면 비율을 가진 iOS 환경에서, 반응형 레이아웃을 구현하기 위해 사용됩니다.이유디바이스 다양성 대응: iPhone, iPad, 다양한 화면 크기 및 방향(가로/세로) 지원.유지보수 용이성: 레이아웃을 코드로 설정하는 것보다 직관적이고 수정이 쉬움.애니메이션 지원: 뷰 크기와 위치를 변경할 때 자연스러운 애니메이션 처리 가능.다국어 지원: 텍스트 길이가 달라지는 다국어 환경에서도 레이아웃 유연성 제공.장점유연성: 부모/자식 뷰 간 상대적 크기와 위치를 설정 가능.가독성: Storyboard에서 시각적으로 제약 조건을 확인 가능.코드 재사용성: 다양한 화면 크기에서 동일한 레이아웃 재사용.Dynami..
2024.12.28 -
[Swift] ActivityKit / WidgetKit / Live Activity / Dynamic Island
보호되어 있는 글입니다.
2024.03.18 -
[SwiftUI] Swift Charts / 차트
Swift Charts Construct and customize charts on every Apple platform. iOS 16 버전 부터 등장한 chart 입니다. Swift Charts | Apple Developer Documentation Construct and customize charts on every Apple platform. developer.apple.com Hello Swift Charts - WWDC22 - Videos - Apple Developer Say hello to Swift Charts — a flexible framework that helps you create charts entirely in SwiftUI that look and feel right at..
2024.02.29