The document summarizes a WWDC 2018 presentation about optimizing app assets. It discusses new features in Xcode 10 like source control integration showing changes and conflicts. It also covers Apple's new deep pixel image compression, which can reduce image sizes by 15-20% when used with asset catalogs. The presenter considers optimizing their own app's assets by adding images, videos, and colors to asset catalogs to take advantage of these features in iOS 12.
1 of 41
Download to read offline
More Related Content
20180618 wwdc cherrypick_xcode10beta
1. Last login: Fri Jun 8 18:00:00 on San Jose
San Jose ? ? cd Tokyo
Tokyo ? ? cd DMM.com
DMM.com ? ? WWDC18 cherry-pick Xcode10
beta
2. Last login: Fri Jun 8 18:00:00 on San Jose
San Jose ? ? cd Tokyo
Tokyo ? ? cd DMM.com
DMM.com ? ? WWDC18 cherry-pick Xcode10
beta
3. Contents
- About Me
- Source Control Work?ows in Xcode
- Optimizing App Assets
- Summary
9. Source Control(1/4)
Changes in the local repository or upstream on a shared
server are highlighted directly within the editor.
At a glance, you ll see:
?Changes made in your code.
?Changes not yet pushed to the shared repository.
?Upstream changes others have made.
?Con?icts you should address before committing.
19. Source Control(2/4)
Support for could-hosted and self-hosted Git server
o?erings from Atlasssian Bitbucket, as well as GitLab to
go along with existing Github support.
ÔOÓ‹‡í¹²ÓÐ¥µ¥¤¥È
Github
Bitbucket GitLab
27. Optimizing App Assets
Learn how to use assets to bring visually compelling
and data e?cient artwork to your apps, leveraging
new features in iOS12.
Gain insight into organizing, optimizing, and
authoring artwork assets by using asset catalogs to
their fullest Learn techniques to better streamline
work?ows between ¡
35. Apple Deep Pixcel Image Compression
My App¡?
?Color -> Not Asset Catalog
?mp4 -> Not Asset Catalog
?image -> Only 2x / ? vector
36. Apple Deep Pixcel Image Compression
My App¡?
?Color -> Not Asset Catalog
?mp4 -> Not Asset Catalog
?image -> Only 2x / ? vector
?
37. Apple Deep Pixcel Image Compression
My App¡?
?Color -> Asset Catalog (Color Set)
-> ? iOS11 ¡«
?mp4 -> Asset Catalog (Data Set)
?image -> Asset Catalog (1¡«3x or vector)
38. ?Not extraordinary, but lots of small evolution
?Xcode is getting better too.
-> ( Devastating evolution
?Please tell me about everyone s this session was
nice .
Summary
40. ?Source Control Work?ows in Xcode
https://developer.apple.com/videos/play/wwdc2018/418/
?Optimizing App Assets
https://developer.apple.com/videos/play/wwdc2018/227/
?What s New In Xcode
https://developer.apple.com/xcode/whats-new/
Resources