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
94
Building Stretchables
shujin
0
72
MYCocoaHeads Penang: Designing for Accessibility
shujin
0
76
Other Decks in Technology
See All in Technology
データモデリング通り #2オンライン勉強会 ~方法論の話をしよう~
datayokocho
0
150
Intro to Software Startups: Spring 2025
arnabdotorg
0
230
金融サービスにおける高速な価値提供とAIの役割 #BetAIDay
layerx
PRO
1
800
VLMサービスを用いた請求書データ化検証 / SaaSxML_Session_1
sansan_randd
0
240
UDDのススメ - 拡張版 -
maguroalternative
1
420
マルチプロダクト×マルチテナントを支えるモジュラモノリスを中心としたアソビューのアーキテクチャ
disc99
1
420
リモートワークで心掛けていること 〜AI活用編〜
naoki85
0
130
2時間で300+テーブルをデータ基盤に連携するためのAI活用 / FukuokaDataEngineer
sansan_randd
0
140
20250807_Kiroと私の反省会
riz3f7
0
200
AIに目を奪われすぎて、周りの困っている人間が見えなくなっていませんか?
cap120
1
540
2025-07-31: GitHub Copilot Agent mode at Vibe Coding Cafe (15min)
chomado
2
400
✨敗北解法コレクション✨〜Expertだった頃に足りなかった知識と技術〜
nanachi
1
670
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
880
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Automating Front-end Workflow
addyosmani
1370
200k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Git: the NoSQL Database
bkeepers
PRO
431
65k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
19k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Documentation Writing (for coders)
carmenintech
73
5k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
Writing Fast Ruby
sferik
628
62k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Navigating Team Friction
lara
188
15k
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.