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
46
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
74
MYCocoaHeads Penang: Designing for Accessibility
shujin
0
77
Other Decks in Technology
See All in Technology
Azure Well-Architected Framework入門
tomokusaba
1
150
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
14
82k
DMMの検索システムをSolrからElasticCloudに移行した話
hmaa_ryo
0
280
IBC 2025 動画技術関連レポート / IBC 2025 Report
cyberagentdevelopers
PRO
2
220
QA業務を変える(!?)AIを併用した不具合分析の実践
ma2ri
0
170
AI機能プロジェクト炎上の 3つのしくじりと学び
nakawai
0
160
AIとの協業で実現!レガシーコードをKotlinらしく生まれ変わらせる実践ガイド
zozotech
PRO
1
150
JAWS UG AI/ML #32 Amazon BedrockモデルのライフサイクルとEOL対応/How Amazon Bedrock Model Lifecycle Works
quiver
1
130
戦えるAIエージェントの作り方
iwiwi
10
4.3k
20251027_findyさん_音声エージェントLT
almondo_event
2
500
マルチエージェントのチームビルディング_2025-10-25
shinoyamada
0
220
serverless team topology
_kensh
3
240
Featured
See All Featured
A better future with KSS
kneath
239
18k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Speed Design
sergeychernyshev
32
1.2k
Agile that works and the tools we love
rasmusluckow
331
21k
Designing for Performance
lara
610
69k
RailsConf 2023
tenderlove
30
1.3k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Code Reviewing Like a Champion
maltzj
526
40k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
What's in a price? How to price your products and services
michaelherold
246
12k
YesSQL, Process and Tooling at Scale
rocio
173
15k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
658
61k
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.