분류 전체보기116 Adopting Swift Packages in Xcode https://developer.apple.com/videos/play/wwdc2019/408/ Adopting Swift Packages in Xcode - WWDC19 - Videos - Apple Developer Swift packages are a great way to organize and share code, and are now supported while building apps for all Apple platforms in Xcode 11... developer.apple.com 목차 1. Using an open source package Swift package manager를 이용해 패키지를 설치하는 과정을 설명해 주는 파트입니다. 관련 글들은 워낙 많기 때문에 생략하겠습니다... 2023. 6. 14. Creating Swift Packages https://developer.apple.com/videos/play/wwdc2019/410/ Creating Swift Packages - WWDC19 - Videos - Apple Developer Whether you want to publish code to share with the community, or you just want a convenient way to organize the code in your apps, Swift... developer.apple.com 목차 Creating Local Packages 로컬 패키지는 Xcode workspace의 하위 프로젝트와 유사하다. 플랫폼 독립적이므로 애플의 모든 플랫폼에서 간단한 방식으로 코드를 사용할 수 있다. 재사용 가능한 코드.. 2023. 6. 7. [HIG] Components - Labels https://developer.apple.com/design/human-interface-guidelines/labels Labels | Apple Developer Documentation A label is a static piece of text that people can read and often copy, but not edit. developer.apple.com Labels Label은 사람들이 읽고 복사할 수 있지만 편집은 할 수 없는 정적인 텍스트 조각이다. Label은 인터페이스 전체에 텍스트를 표시하고 버튼, 메뉴 아이템, 뷰에서 사용자가 현재 컨텍스트와 다음에 수행할 작업을 이해하는데 도움을 준다. Label이라는 용어는 다양한 위치에 나타날 수 있는 편집할 수 없는 텍스트를 나.. 2023. 6. 2. Getting to Know Swift Package Manager https://developer.apple.com/videos/play/wwdc2018/411/ Getting to Know Swift Package Manager - WWDC18 - Videos - Apple Developer The Swift Package Manager makes it possible to easily develop and distribute source code in the Swift ecosystem. Learn about its goals,... developer.apple.com 목차 Why a package manager for Swift? Swift는 크로스 플랫폼 언어이다. 따라서, Swift 코드 빌드를 위한 거대한 크로스 플랫폼 툴이 필요했다. SwiftPM은 자체적.. 2023. 5. 28. [HIG] Components - Toggles https://developer.apple.com/design/human-interface-guidelines/toggles Toggles | Apple Developer Documentation A toggle lets people choose between a pair of opposing states, like on and off, using a different appearance to indicate each state. developer.apple.com Toggles 토글은 사용자에게 각 상태를 나타내기 위해 반대되는 모양을 사용하여 반대되는 상태의 한쌍을 선택할 수 있도록 한다. UIKit에서는 UISwitch, SwiftUI에서는 Toggle이라고 부르는 UI이다. 플랫폼마다 다양한 토글.. 2023. 5. 11. [HIG] Components - Scroll views https://developer.apple.com/design/human-interface-guidelines/scroll-views Scroll views 스크롤 뷰를 사용하면 콘텐츠를 가로 또는 세로로 이동하여 뷰의 바운더리보다 더 큰 콘텐츠를 볼 수 있도록 할 수 있습니다! 스크롤 뷰 자체적으로는 appearance가 없다. 그러나, 액션에 대한 추가적인 정보를 제공하는 반투명한 스크롤 막대 또는 인디케이터를 보여줄 수 있다. 인디케이터의 위치는 콘텐츠의 visible portion이 시작, 중간 또는 끝에 가까운지 여부를 나타낸다. 인디케이터의 높이는 뷰에서 스크롤할 수 있는 콘텐츠의 총 양을 알려주며, 인디케이터가 짧을수록 스크롤할 콘텐츠가 많다는 의미이다. Best practices 디폴트 스.. 2023. 5. 5. 이전 1 ··· 13 14 15 16 17 18 19 20 다음