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
65
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
71
The Theory of Relational Databases
sperasoft
0
72
Automated Layout testing using Galen framework
sperasoft
0
75
Sperasoft talks: Android Security Threats
sperasoft
0
210
JPoint 2015: Java technology conference overview
sperasoft
0
49
RxJava: Functional Reactive Programming on Android
sperasoft
0
230
Effective Мeetings
sperasoft
0
100
Unreal Engine 4 Introduction
sperasoft
0
170
JIRA Development
sperasoft
0
230
Other Decks in Technology
See All in Technology
Python(PYNQ)がテーマのAMD主催のFPGAコンテストに参加してきた
iotengineer22
0
470
これまでの計測・開発・デプロイ方法全部見せます! / Findy ISUCON 2024-11-14
tohutohu
3
370
【Pycon mini 東海 2024】Google Colaboratoryで試すVLM
kazuhitotakahashi
2
500
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
120
サイバーセキュリティと認知バイアス:対策の隙を埋める心理学的アプローチ
shumei_ito
0
380
[CV勉強会@関東 ECCV2024 読み会] オンラインマッピング x トラッキング MapTracker: Tracking with Strided Memory Fusion for Consistent Vector HD Mapping (Chen+, ECCV24)
abemii
0
220
開発生産性を上げながらビジネスも30倍成長させてきたチームの姿
kamina_zzz
2
1.7k
SREによる隣接領域への越境とその先の信頼性
shonansurvivors
2
520
Making your applications cross-environment - OSCG 2024 NA
salaboy
0
180
Security-JAWS【第35回】勉強会クラウドにおけるマルウェアやコンテンツ改ざんへの対策
4su_para
0
180
TanStack Routerに移行するのかい しないのかい、どっちなんだい! / Are you going to migrate to TanStack Router or not? Which one is it?
kaminashi
0
580
iOSチームとAndroidチームでブランチ運用が違ったので整理してます
sansantech
PRO
0
130
Featured
See All Featured
Designing on Purpose - Digital PM Summit 2013
jponch
115
7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
506
140k
Code Reviewing Like a Champion
maltzj
520
39k
For a Future-Friendly Web
brad_frost
175
9.4k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
654
59k
Building Better People: How to give real-time feedback that sticks.
wjessup
364
19k
Building Your Own Lightsaber
phodgson
103
6.1k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
How to Ace a Technical Interview
jacobian
276
23k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
42
9.2k
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!