iOS/WWDC6 WWDC 2024 힙메모리 분석하기 00:00 - Introduction힙 메모리는 App에 의해 직간접 적으로 사용되는 메모리 이다개발자가 제어하고 최적화 할 수 있다.앱의 레퍼런스 타입이 저장된다.앱 메모리 제한에 포함되있어서 관리하는게 중요하다이 세션에서는 힙 메모리 측정 및 감소에 대해서 알아본다.우리는 5가지 주제에 대해서 알아본다힙 메모리 측정힙 메모리 일시적인 증가힙 메모리 지속적인 증가메모리 누수 잡기런타임 성능 개선01:05 - Heap memory overview힙메모리는 뭐고 어떤 툴을 사용하여 힙 메모리를 측정할 수 있을까?힙을 이해하려면 앱의 전체 가상 메모리 내에서 컨텍스트에 맞는 위치를 확인해야 한다앱이 시작되면 가상 메모리의 빈 주소 공간을 얻는다.앱이 구동 중일 땐 Stack 영역을 통해 각 쓰레드의 로컬 변.. 2024. 7. 9. WWDC 2014: session 502 AVAudioEngine in practice AVAudioEngine 관련 세션 듣고 노트 정리한 것 공유합니다.3D Mixer 부분은 약간 생략했습니다 https://www.youtube.com/watch?v=FlMaxen2eyw 추가 관련 세션 501 sd whats new in core audiohttps://www.youtube.com/watch?v=NCBHpdpUGy8 2024. 5. 27. [WWDC 2021] What's new in SwiftUI What's new in SwiftUI - WWDC 2021 - Videos - Apple Developer There's never been a better time to develop your apps with SwiftUI. Discover the latest updates to the UI framework — including lists,... developer.apple.com Intro 3단계로 발전해 나왔음, 이번에는 release 3 원래 있던 UIKit, AppKit과 같이 사용할 수 있음 -> 새로운 feature 만들때 사용해봐~~ (응 iOS13이상이쥬~) - 맥 아이패드 아이폰에 노트앱 SwiftUI로 만들어졌음 - 맥의 아바타 Picker로 SwiftUI로 만들어졌음 expan.. 2021. 6. 9. WWDC 2021 Watch list June 8 What's new in Swift [WWDC 2021] What‘s new in Swift Swift5.5 swift concurrency async await packages: 원래 Swift packages Index -> Swift Package manager 지원하는 패키지 찾을 수 있음 근데 이번 업데이트로 xcode에서 바로 찾을 수 있음 Swift Package Collec.. haningya.tistory.com Meet async/await in swift Explore structured concurrency in swift protect mutable state with swift actors Meet the UIKit button system What's new in .. 2021. 6. 9. [WWDC 2021] What‘s new in Swift https://developer.apple.com/videos/play/wwdc2021/10192/ What‘s new in Swift - WWDC 2021 - Videos - Apple Developer Join us for an update on Swift. Discover the latest language advancements that make your code easier to read and write. Explore the... developer.apple.com Swift5.5 swift concurrency async await packages: 원래 Swift packages Index -> Swift Package manager 지원하는 패키지 찾을 수 있음 근데 이번 업데이트로 x.. 2021. 6. 9. Introducing PencilKit [WWDC2019 Introducing Pencilkit] Introducing PencilKit - WWDC 2019 - Videos - Apple Developer Meet PencilKit, Apple's feature-rich drawing and annotation framework. With just a few lines of code, you can add a full drawing... developer.apple.com 애플펜슬 펜슬은 아이패드의 가장 특별한 기능이다. 아이패드 미니부터 프로까지 사용할 수 있고 정밀한 작업이 필요한 곳 어디나 사용할 수 있다. iOS13 에서 추가된 것 낮은 지연(latency) 새로운 팔레트 툴 펜슬킷 Markup Everywhere 목차 Great p.. 2020. 9. 29. 이전 1 다음