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
iOS 7 Intro: Engineering and Design
Search
Sperasoft
March 04, 2014
Technology
1
82
iOS 7 Intro: Engineering and Design
apple,debug,engineering,ios,iphone,mobile,xcode
Sperasoft
March 04, 2014
Tweet
Share
More Decks by Sperasoft
See All by Sperasoft
Code and Memory Optimisation Tricks
sperasoft
0
88
The Theory of Relational Databases
sperasoft
0
99
Automated Layout testing using Galen framework
sperasoft
0
100
Sperasoft talks: Android Security Threats
sperasoft
0
260
JPoint 2015: Java technology conference overview
sperasoft
0
62
RxJava: Functional Reactive Programming on Android
sperasoft
0
250
Effective Мeetings
sperasoft
0
120
Unreal Engine 4 Introduction
sperasoft
0
210
JIRA Development
sperasoft
0
260
Other Decks in Technology
See All in Technology
AI時代の戦略的アーキテクチャ 〜Adaptable AI をアーキテクチャで実現する〜 / Enabling Adaptable AI Through Strategic Architecture
bitkey
PRO
6
1.4k
Rubyist入門: The Way to The Timeless Way of Programming
snoozer05
PRO
7
520
AI × クラウドで シイタケの収穫時期を判定してみた
lamaglama39
1
360
JavaScript パーサーに using 対応をする過程で与えたエコシステムへの影響
baseballyama
1
100
Perlブートキャンプ
hatena
0
270
JJUG CCC 2025 Fall バッチ性能!!劇的ビフォーアフター
hayashiyuu1
1
360
Amazon ECS デプロイツール ecspresso の開発を支える「正しい抽象化」の探求 / YAPC::Fukuoka 2025
fujiwara3
13
3.8k
機密情報の漏洩を防げ! Webフロントエンド開発で意識すべき漏洩パターンとその対策
mizdra
PRO
10
3.6k
AIと自動化がもたらす業務効率化の実例: 反社チェック等の調査・業務プロセス自動化
enpipi
0
660
re:Invent2025 事前勉強会 歴史と愉しみ方10分LT編
toshi_atsumi
0
150
JAWS-UG SRE支部 #14 LT
okaru
0
110
[mercari GEARS 2025] Keynote
mercari
PRO
1
310
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
670
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.3k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Site-Speed That Sticks
csswizardry
13
960
Statistics for Hackers
jakevdp
799
220k
Unsuck your backbone
ammeep
671
58k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Git: the NoSQL Database
bkeepers
PRO
432
66k
KATA
mclloyd
PRO
32
15k
Why Our Code Smells
bkeepers
PRO
340
57k
Transcript
iOS 7 Intro. Engineering and Design.
iOS 7 introduces the most massive iOS modifications since the
first iOS.
Reaction to the new system has been mixed!
Nevertheless, since the beginning of December iOS 7 adoption rate
is more than 74% of all iOS devices.
Design
The design has undergone significant changes.
New Design • "Flat" UI • Parallax and Motion Effects
• Blurring and Transparency • Icon Grid • Dynamics • Zoom
Parallax and Motion Effects Parallax effect allows you to make
sense of the "depth" of the picture.
Blurring and Transparency Blur is the new sexy. Dynamic blur
effect clearly shows the user where the "support" menu was called for. The main thing here is not to overdo it!
For example, the use of background blur for control elements
in the video player allows you to visually enlarge the image.
Icon Grid For example, the use of background blur for
control elements in the video player allows you to visually enlarge the image.
Icon Grid It seems that Johnny Ive has been using
icon grid for a while!
Dynamics Another important innovation - the use of physics in
the interface. For example, the higher user will raise up "blind" of the lock screen, the higher it will bounce if dropped
Zoom User sees clearly what application is opened or closed
and what picture was selected, etc.
Engineering
What’s New • New Frameworks • Existing Frameworks Enhancements •
Xcode 5 • 64-bit
New Frameworks • Sprite Kit • Game Controller • Multipeer
Connectivity • JavaScript Core • Safari Services
Existing Frameworks Enhancements • Updated look for UI elements •
Dynamics and Motion Effects • Text Kit • Key commands • Screen edge pan gesture recognizer • OpenGL ES 3.0 support • Background Fetch • Native Base64 encoding :) • And many many many more
Xcode 5
Xcode 5 • New Interface • Automatic Configuration • Test
Navigator • Bots for Continuous Integration • Asset Management • Debug Gauges
New Interface Interface of the new version of Xcode has
become more concise as iOS7, focusing primarily on content.
Automatic Configuration Working with Certificates, App IDs and Provisioning Profiles
has become much easier. Now everything is available from Xcode.
Test Navigator • Create, edit, run tests • Run one
/ some / all • Assistant view Test Navigator makes it easy to create, edit, run (all, some, one) unit tests.
Xcode Bots
Bots Bots - is a great solution similar to CI
solutions available like Jenkins, TravisCI, etc.
Bots It became much easier and clearer to use debug
in Xcode.
Debug Gauges
Debug Gauges
64-bit • 2x integer registers • 2x floating point registers
• More efficient assembly code • Objective-C runtime optimizations • Universal code base
Great App It is very important to use device’s latest
features to make your life easier.
None
None
That’s all! Thanks!