d2 open seminar - wwdc 핫 이슈

22
What’s new Xcode 8 강용석

Upload: naver-d2

Post on 16-Apr-2017

2.447 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: D2 OPEN SEMINAR - WWDC 핫 이슈

What’s new Xcode 8강용석

Page 2: D2 OPEN SEMINAR - WWDC 핫 이슈

Active Line Highlight

Page 3: D2 OPEN SEMINAR - WWDC 핫 이슈

Swift Image Literals

Page 4: D2 OPEN SEMINAR - WWDC 핫 이슈

Swift Image Literals

Page 5: D2 OPEN SEMINAR - WWDC 핫 이슈

Swift Color Literals

Page 6: D2 OPEN SEMINAR - WWDC 핫 이슈

Swift Color Literals

Page 7: D2 OPEN SEMINAR - WWDC 핫 이슈

Documentation Generation단축키 : CMD + OPT + /

Page 8: D2 OPEN SEMINAR - WWDC 핫 이슈

Xcode App Extensions

• Content addition and deletion

• Content transformation

• Content Selection

• Pasteboard modification

• In-file navigation

Page 9: D2 OPEN SEMINAR - WWDC 핫 이슈

API Reference

• macOS, iOS, watchOS, tvOS into a single, unified reference

Page 10: D2 OPEN SEMINAR - WWDC 핫 이슈

API Reference• macOS, iOS, watchOS, tvOS into a single,

unified reference

Page 11: D2 OPEN SEMINAR - WWDC 핫 이슈

API Reference(Xcode7)

Page 12: D2 OPEN SEMINAR - WWDC 핫 이슈

Interface builder new configuration bar

Page 13: D2 OPEN SEMINAR - WWDC 핫 이슈

Vary for traitsBlue is customization for a specific size class

Page 14: D2 OPEN SEMINAR - WWDC 핫 이슈

Adaptive layout

Page 15: D2 OPEN SEMINAR - WWDC 핫 이슈
Page 16: D2 OPEN SEMINAR - WWDC 핫 이슈

new static analyzers for localization, malleability, and deallocation

Page 17: D2 OPEN SEMINAR - WWDC 핫 이슈

Capture and display logs for crashes that occur during your testing

Page 18: D2 OPEN SEMINAR - WWDC 핫 이슈

Runtime issues

Page 19: D2 OPEN SEMINAR - WWDC 핫 이슈

Runtime issues

• UI : Ambiguous Layouts

• Threads : Data Races, Unlock from Wrong Thread, Thread Leaks, Uninitialized Mutexes, Unsafe Calls in Signal Handlers

• Memory : graph of objects

Page 20: D2 OPEN SEMINAR - WWDC 핫 이슈

Memory Debugger

Page 21: D2 OPEN SEMINAR - WWDC 핫 이슈
Page 22: D2 OPEN SEMINAR - WWDC 핫 이슈

Performance