Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ios13 presentations
Search
joyful1227
December 12, 2019
Programming
0
300
ios13 presentations
WWDC2019 ios13
joyful1227
December 12, 2019
Tweet
Share
More Decks by joyful1227
See All by joyful1227
Mock
joyful1227
0
870
Other Decks in Programming
See All in Programming
バイラテラルアップサンプリング
fadis
3
650
生成AI時代のフルスタック開発
kenn
8
1k
GitHub Copilot for Azureを使い倒したい
ymd65536
1
360
Building an Application with TDD, DDD and Hexagonal Architecture - Isn't it a bit too much?
mufrid
0
220
JVM の仕組みを理解して PHP で実装してみよう
m3m0r7
PRO
1
150
generative-ai-use-cases(GenU)の推しポイント ~2025年4月版~
hideg
1
440
Doma で目指す ORM 最適解
nakamura_to
1
120
実践Webフロントパフォーマンスチューニング
cp20
46
11k
事業KPIを基に価値の解像度を上げる
nealle
0
160
Orleans + Sekiban + SignalR でリアルタイムWeb作ってみた
tomohisa
0
260
2025年のz-index設計を考える
tak_dcxi
13
5k
最速Green Tea 🍵 Garbage Collector
kuro_kurorrr
1
160
Featured
See All Featured
Bash Introduction
62gerente
613
210k
Visualization
eitanlees
146
16k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
The World Runs on Bad Software
bkeepers
PRO
68
11k
Docker and Python
trallard
44
3.4k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Become a Pro
speakerdeck
PRO
28
5.3k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Optimising Largest Contentful Paint
csswizardry
37
3.2k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
Code Reviewing Like a Champion
maltzj
523
40k
Building an army of robots
kneath
305
45k
Transcript
Modernizing Your UI for iOS 13 https://developer.apple.com/videos/play/wwdc2019/224/
None
None
- Root Controller’s view is not as scaled down and
not removed from the view hierarchy - The layering of this design gives your users a sense of context about where they are in your application.
None
None
- compact width
None
- iPad: floating
None
None
None
None
None
None
class MyViewController: UIViewController {a func showOptions() {a let optionsVC =
MyOptionsViewController() present(optionsVC, animated: true) }a func showCustomCamera() {a let cameraVC = MyCameraViewController() present(cameraVC, animated: true) }a }a
None
None
None
None
None
None
None
None
(Default) (Default)
(Default) (Default)
None
None
None
None
None
None
1. Dismiss 後執⾏行行 delegate + DidDismiss⼿手勢處理理 2. modalPresentationStyle = .Fullscreen