buguibu / ios-notes-issues-lessons

Notes, issues and lessons about my iOS development experience
2 stars 0 forks source link

WWDC 2019 things I like #13

Open buguibu opened 5 years ago

buguibu commented 5 years ago

SwiftUI

Combine

Handling of asynchronous events by combining event-processing operators. React made by Apple.

QuickLookThumbnailing

Can be used to provide quick look thumbnails for custom file types provided by your app

CryptoKit

MetricKit

Allows aggregation and analysis per-device reports on power and performance metrics.

Improving Your App's Performance

Model, measure, and boost the performance of your app by using a continuous improvement cycle.

Wifi

Testing in Xcode

Others