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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Jinny Wong
October 03, 2013
Technology
0
48
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
95
RubyConf MY 2017 - One Blind Weekend
shujin
0
39
RDRC2017: One Blind Weekend
shujin
0
97
Building Stretchables
shujin
0
76
MYCocoaHeads Penang: Designing for Accessibility
shujin
0
79
Other Decks in Technology
See All in Technology
新職業『オーケストレーター』誕生 — エージェント10体を同時に回すAgentOps
gunta
4
1.7k
DX Improvement at Scale
ntk1000
3
450
AIファーストを前提とした開発スタイルの変化
sbtechnight
0
270
ナレッジワーク IT情報系キャリア研究セッション資料(情報処理学会 第88回全国大会 )
kworkdev
PRO
0
150
Datadog の RBAC のすべて
nulabinc
PRO
3
420
AIエージェント時代に備える AWS Organizations とアカウント設計
kossykinto
3
620
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.1k
Agentic Software Modernization - Back to the Roots (Zürich Agentic Coding and Architectures, März 2026)
feststelltaste
1
230
[JAWS DAYS 2026]私の AWS DevOps Agent 推しポイント
furuton
0
130
vLLM Community Meetup Tokyo #3 オープニングトーク
jpishikawa
0
250
自動テストが巻き起こした開発プロセス・チームの変化 / Impact of Automated Testing on Development Cycles and Team Dynamics
codmoninc
3
1.3k
わたしがセキュアにAWSを使えるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
cmusudakeisuke
1
480
Featured
See All Featured
Paper Plane
katiecoart
PRO
0
47k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
270
Navigating Weather and Climate Data
rabernat
0
130
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
2
240
Believing is Seeing
oripsolob
1
79
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
GitHub's CSS Performance
jonrohan
1032
470k
Facilitating Awesome Meetings
lara
57
6.8k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
69
Thoughts on Productivity
jonyablonski
75
5.1k
Darren the Foodie - Storyboard
khoart
PRO
3
2.8k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
280
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.