WWDC
-
[WWDC22] What's new in XcodeiOS 2022. 6. 13. 16:03
What's new in Xcode - WWDC22 - Videos - Apple Developer Discover the latest productivity and performance advancements in Xcode 14. We'll introduce you to the fully redesigned SwiftUI canvas... developer.apple.com 속도 향상 Xcode 14가 30% 작아짐. 다운로드 속도 향상. SwiftUI with live previews 기본적으로 preview canvas는 이제 상호작용할 수 있게 설정됨. 추가적인 코드 작성 없이 canvas에서 각 preview에 대한 추가적인 설정을 할 수 있다. (color scheme, text size, ..
-
[WWDC22] What's new in SwiftiOS 2022. 6. 13. 14:17
What's new in Swift - WWDC22 - Videos - Apple Developer Join us for an update on Swift. We'll take you through performance improvements, explore more secure and extensible Swift packages, and... developer.apple.com Swift Package Manager TOFU Trust On First Use. 패키지가 처음 다운로드 됐을 때 패키지의 지문을 기록하는 보안 프로토콜. 이후 다운로드 할 때마다 지문을 다시 확인해서 지문이 다를 경우 에러를 발생시킨다. Package plugins => Meet Swift Package plugins, C..