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
73
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
86
The Theory of Relational Databases
sperasoft
0
91
Automated Layout testing using Galen framework
sperasoft
0
88
Sperasoft talks: Android Security Threats
sperasoft
0
250
JPoint 2015: Java technology conference overview
sperasoft
0
60
RxJava: Functional Reactive Programming on Android
sperasoft
0
250
Effective Мeetings
sperasoft
0
110
Unreal Engine 4 Introduction
sperasoft
0
200
JIRA Development
sperasoft
0
250
Other Decks in Technology
See All in Technology
クラウド開発の舞台裏とSRE文化の醸成 / SRE NEXT 2025 Lunch Session
kazeburo
1
620
QuickSight SPICE の効果的な運用戦略~S3 + Athena 構成での実践ノウハウ~/quicksight-spice-s3-athena-best-practices
emiki
0
290
Figma Dev Mode MCP Serverを用いたUI開発
zoothezoo
0
250
低レイヤソフトウェア技術者が YouTuberとして食っていこうとした話
sat
PRO
6
4.9k
CDK Toolkit Libraryにおけるテストの考え方
smt7174
1
560
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
13k
OpenTelemetryセマンティック規約の恩恵とMackerel APMにおける活用例 / SRE NEXT 2025
mackerelio
3
2k
サイバーエージェントグループのSRE10年の歩みとAI時代の生存戦略
shotatsuge
4
1.1k
〜『世界中の家族のこころのインフラ』を目指して”次の10年”へ〜 SREが導いたグローバルサービスの信頼性向上戦略とその舞台裏 / Towards the Next Decade: Enhancing Global Service Reliability
kohbis
3
1.5k
SREのためのeBPF活用ステップアップガイド
egmc
2
1.3k
ポストコロナ時代の SaaS におけるコスト削減の意義
izzii
1
470
20250718_ITSurf_“Bet AI”を支える文化とコストマネジメント
helosshi
0
110
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
We Have a Design System, Now What?
morganepeng
53
7.7k
The Language of Interfaces
destraynor
158
25k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
How to train your dragon (web standard)
notwaldorf
96
6.1k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
GitHub's CSS Performance
jonrohan
1031
460k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
840
Build your cross-platform service in a week with App Engine
jlugia
231
18k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
Gamification - CAS2011
davidbonilla
81
5.4k
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!