ios 7 intro: engineering and design

33
iOS 7 Intro. Engineering and Design.

Upload: sperasoft

Post on 14-Jan-2015

197 views

Category:

Technology


0 download

DESCRIPTION

iOS 7 Intro: Engineering and Design

TRANSCRIPT

Page 1: iOS 7 Intro: Engineering and Design

iOS 7 Intro. Engineering and Design.

Page 2: iOS 7 Intro: Engineering and Design

iOS 7 introduces the most massive iOS modifications

since the first iOS.

Page 3: iOS 7 Intro: Engineering and Design

Reaction to the new system has been mixed!

Page 4: iOS 7 Intro: Engineering and Design

Nevertheless, since the beginning of December iOS 7

adoption rate is more than 74% of all iOS devices.

Page 5: iOS 7 Intro: Engineering and Design

Design

Page 6: iOS 7 Intro: Engineering and Design

The design has undergone significant changes.

Page 7: iOS 7 Intro: Engineering and Design

New Design • "Flat" UI

• Parallax and Motion Effects

• Blurring and Transparency

• Icon Grid

• Dynamics

• Zoom

Page 8: iOS 7 Intro: Engineering and Design

Parallax and Motion Effects

Parallax effect allows you to make sense of the "depth"

of the picture.

Page 9: iOS 7 Intro: Engineering and Design

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!

Page 10: iOS 7 Intro: Engineering and Design

For example, the use of background blur for control

elements in the video player allows you to visually enlarge

the image.

Page 11: iOS 7 Intro: Engineering and Design

Icon Grid

For example, the use of background blur for control

elements in the video player allows you to visually enlarge

the image.

Page 12: iOS 7 Intro: Engineering and Design

Icon Grid

It seems that Johnny Ive has been using icon grid for a while!

Page 13: iOS 7 Intro: Engineering and Design

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

Page 14: iOS 7 Intro: Engineering and Design

Zoom

User sees clearly what application is opened or closed and

what picture was selected, etc.

Page 15: iOS 7 Intro: Engineering and Design

Engineering

Page 16: iOS 7 Intro: Engineering and Design

What’s New

• New Frameworks

• Existing Frameworks Enhancements

• Xcode 5

• 64-bit

Page 17: iOS 7 Intro: Engineering and Design

New Frameworks

• Sprite Kit

• Game Controller

• Multipeer Connectivity

• JavaScript Core

• Safari Services

Page 18: iOS 7 Intro: Engineering and Design

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

Page 19: iOS 7 Intro: Engineering and Design

Xcode 5

Page 20: iOS 7 Intro: Engineering and Design

Xcode 5

• New Interface

• Automatic Configuration

• Test Navigator

• Bots for Continuous Integration

• Asset Management

• Debug Gauges

Page 21: iOS 7 Intro: Engineering and Design

New Interface

Interface of the new version of Xcode has become more

concise as iOS7, focusing primarily on content.

Page 22: iOS 7 Intro: Engineering and Design

Automatic Configuration

Working with Certificates, App IDs and Provisioning Profiles has

become much easier. Now everything is available from Xcode.

Page 23: iOS 7 Intro: Engineering and Design

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.

Page 24: iOS 7 Intro: Engineering and Design

Xcode Bots

Page 25: iOS 7 Intro: Engineering and Design

Bots

Bots - is a great solution similar to CI solutions available

like Jenkins, TravisCI, etc.

Page 26: iOS 7 Intro: Engineering and Design

Bots

It became much easier and clearer to use debug in Xcode.

Page 27: iOS 7 Intro: Engineering and Design

Debug Gauges

Page 28: iOS 7 Intro: Engineering and Design

Debug Gauges

Page 29: iOS 7 Intro: Engineering and Design

64-bit

• 2x integer registers

• 2x floating point

registers

• More efficient

assembly code

• Objective-C runtime

optimizations

• Universal code base

Page 30: iOS 7 Intro: Engineering and Design

Great App It is very important to use device’s latest features to make

your life easier.

Page 31: iOS 7 Intro: Engineering and Design
Page 32: iOS 7 Intro: Engineering and Design
Page 33: iOS 7 Intro: Engineering and Design

That’s all! Thanks!