Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ios13 presentations
Search
joyful1227
December 12, 2019
Programming
0
290
ios13 presentations
WWDC2019 ios13
joyful1227
December 12, 2019
Tweet
Share
More Decks by joyful1227
See All by joyful1227
Mock
joyful1227
0
860
Other Decks in Programming
See All in Programming
As an Engineers, let's build the CRM system via LINE Official Account 2.0
clonn
1
630
距離関数を極める! / SESSIONS 2024
gam0022
0
370
Arm移行タイムアタック
qnighy
0
400
あれやってみてー駆動から成長を加速させる / areyattemite-driven
nashiusagi
1
120
気をつけたい!Desktop対応で陥りやすい罠とその対策
goto_tsl
0
190
WebAssembly Unleashed: Powering Server-Side Applications
chrisft25
0
2.1k
.NET Conf 2024の振り返り
tomokusaba
0
190
複雑な仕様に立ち向かうアーキテクチャ
myohei
0
100
HTTP compression in PHP and Symfony apps
dunglas
2
1.1k
テスト自動化失敗から再挑戦しチームにオーナーシップを委譲した話/STAC2024 macho
ma_cho29
0
180
事業成長を爆速で進めてきたプロダクトエンジニアたちの成功談・失敗談
nealle
3
1.1k
[FlutterKaigi2024] Effective Form 〜Flutterによる複雑なフォーム開発の実践〜
chocoyama
1
3.9k
Featured
See All Featured
RailsConf 2023
tenderlove
29
920
Ruby is Unlike a Banana
tanoku
97
11k
Git: the NoSQL Database
bkeepers
PRO
427
64k
[RailsConf 2023] Rails as a piece of cake
palkan
52
5k
Designing for Performance
lara
604
68k
Designing Experiences People Love
moore
138
23k
Bash Introduction
62gerente
608
210k
Fireside Chat
paigeccino
34
3.1k
Making Projects Easy
brettharned
116
5.9k
Building Applications with DynamoDB
mza
91
6.1k
Done Done
chrislema
181
16k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
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