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
MYCocoaHeads Oct 2013 - Supporting iOS 7 in you...
Search
Jinny Wong
October 03, 2013
Technology
0
45
MYCocoaHeads Oct 2013 - Supporting iOS 7 in your iOS 6 app
Slides for the short talk I gave during the October 2013 MY Cocoaheads meetup.
Jinny Wong
October 03, 2013
Tweet
Share
More Decks by Jinny Wong
See All by Jinny Wong
iOS Conf SG 2017 - One Blind Weekend
shujin
1
94
RubyConf MY 2017 - One Blind Weekend
shujin
0
38
RDRC2017: One Blind Weekend
shujin
0
93
Building Stretchables
shujin
0
72
MYCocoaHeads Penang: Designing for Accessibility
shujin
0
76
Other Decks in Technology
See All in Technology
Operating Operator
shhnjk
1
590
ビズリーチにおけるリアーキテクティング実践事例 / JJUG CCC 2025 Spring
visional_engineering_and_design
1
120
Sansanのデータプロダクトマネジメントのアプローチ
sansantech
PRO
0
160
SEQUENCE object comparison - db tech showcase 2025 LT2
nori_shinoda
0
140
使いたいMCPサーバーはWeb APIをラップして自分で作る #QiitaBash
bengo4com
0
1.9k
Beyond Kaniko: Navigating Unprivileged Container Image Creation
f30
0
130
AWS認定を取る中で感じたこと
siromi
1
190
KubeCon + CloudNativeCon Japan 2025 Recap by CA
ponkio_o
PRO
0
300
KubeCon + CloudNativeCon Japan 2025 Recap
ren510dev
1
380
NewSQLや分散データベースを支えるRaftの仕組み - 仕組みを理解して知る得意不得意
hacomono
PRO
2
160
高速なプロダクト開発を実現、創業期から掲げるエンタープライズアーキテクチャ
kawauso
2
9.3k
Lufthansa ®️ USA Contact Numbers: Complete 2025 Support Guide
lufthanahelpsupport
0
200
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Statistics for Hackers
jakevdp
799
220k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Embracing the Ebb and Flow
colly
86
4.7k
Site-Speed That Sticks
csswizardry
10
690
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Code Reviewing Like a Champion
maltzj
524
40k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Agile that works and the tools we love
rasmusluckow
329
21k
RailsConf 2023
tenderlove
30
1.1k
A designer walks into a library…
pauljervisheath
207
24k
Faster Mobile Websites
deanohume
307
31k
Transcript
Supporting iOS 7 (while keeping support for iOS 6)
Status Bar (UIStatusBarStyle)preferredStatusBar Style UIViewControllerBasedStatusBarAppear ance
UIImage [[UIImage imageNamed:@"icon_instances"] imageWithRenderingMode:UIImageRende ringModeAlwaysTemplate]
UIButton button.selected = YES; button.layer.cornerRadius = 3.0f;
NavigationBar 64 px / 52 px landscape Xcode 5’s Preview
mode Use deltas to support iOS 6 \
UIView wantsFullScreenLayout -- defaults to YES self.edgesForExtendedLayout = UIRectEdgeNone; self.topLayoutGuide.length
self.bottomLayoutGuide.length
Tinting tintColor / barTintColor self.window.tintColor tintAdjustmentMode
AutoLayout Text
AutoLayout
AutoLayout
AutoLayout
Icon iOS 6 icon size != iOS 7 icon size
Don’t fix that, get validation warning.