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
大LLM時代にこの先生きのこるには-ITエンジニア編
fumiyakume
7
3.3k
状態と共に暮らす:ステートフルへの挑戦
ypresto
3
1.1k
On-the-fly Suggestions of Rewriting Method Deprecations
ohbarye
1
4.7k
note の Elasticsearch 更新系を支える技術
tchov
9
3.4k
AIコーディングの理想と現実
tomohisa
35
37k
ASP.NETアプリケーションのモダナイゼーションについて
tomokusaba
0
240
個人開発の学生アプリが企業譲渡されるまで
akidon0000
2
1.1k
Make Parsers Compatible Using Automata Learning
makenowjust
2
6.9k
Qiita Bash
mercury_dev0517
2
220
今話題のMCPサーバーをFastAPIでサッと作ってみた
yuukis
0
110
Amazon CloudWatchの地味だけど強力な機能紹介!
itotsum
0
230
Rubyの!メソッドをちゃんと理解する
alstrocrack
1
120
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.6k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
14
1.4k
Product Roadmaps are Hard
iamctodd
PRO
52
11k
Statistics for Hackers
jakevdp
798
220k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Bash Introduction
62gerente
611
210k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.5k
Become a Pro
speakerdeck
PRO
28
5.3k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
It's Worth the Effort
3n
184
28k
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