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
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/06 - 2025/08
oracle4engineer
PRO
0
110
要件定義・デザインフェーズでもAIを活用して、コミュニケーションの密度を高める
kazukihayase
0
120
データ分析エージェント Socrates の育て方
na0
6
2.1k
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
560
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
170
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.3k
「Linux」という言葉が指すもの
sat
PRO
4
140
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
4
580
roppongirb_20250911
igaiga
1
240
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
150
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
5
750
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
190
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Music & Morning Musume
bryan
46
6.8k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Practical Orchestrator
shlominoach
190
11k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
The Cult of Friendly URLs
andyhume
79
6.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
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.