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
74
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
87
The Theory of Relational Databases
sperasoft
0
98
Automated Layout testing using Galen framework
sperasoft
0
97
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
250
Other Decks in Technology
See All in Technology
様々なファイルシステム
sat
PRO
0
240
ヘンリー会社紹介資料(エンジニア向け) / company deck for engineer
henryofficial
0
380
頭部ふわふわ浄酔器
uyupun
0
110
From Natural Language to K8s Operations: The MCP Architecture and Practice of kubectl-ai
appleboy
0
220
アウトプットから始めるOSSコントリビューション 〜eslint-plugin-vueの場合〜 #vuefes
bengo4com
3
1.8k
OCIjp_Oracle AI World_Recap
shinpy
1
180
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
180
マルチエージェントのチームビルディング_2025-10-25
shinoyamada
0
160
20251024_TROCCO/COMETAアップデート紹介といくつかデモもやります!_#p_UG 東京:データ活用が進む組織の作り方
soysoysoyb
0
100
SQLAlchemy の select(User).where(User.id =="123") を理解してみる/sqlalchemy deep dive
3l4l5
3
350
OTEPsで知るOpenTelemetryの未来 / Observability Conference Tokyo 2025
arthur1
0
240
オブザーバビリティが育むシステム理解と好奇心
maruloop
2
1.1k
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
640
4 Signs Your Business is Dying
shpigford
185
22k
Building an army of robots
kneath
305
46k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
Mobile First: as difficult as doing things right
swwweet
225
10k
Unsuck your backbone
ammeep
671
58k
Keith and Marios Guide to Fast Websites
keithpitt
411
23k
Code Reviewing Like a Champion
maltzj
526
40k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
190
55k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Bash Introduction
62gerente
615
210k
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!