Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 1.56 KB

File metadata and controls

21 lines (10 loc) · 1.56 KB

Swift 3 Migrtion

API Design Guidelines

Migration guide

Known Migration Issues

Drop NS Prefix in Swift Foundation

A (mostly) comprehensive list of Swift 3.0 and 2.3 changes

Apply API Guidelines to the Standard Library

WWDC 16 Swift API Design Guidelines: Swift 3 introduces new API Design Guidelines specifically crafted to the unique character of Swift for clear, concise code. This talk will explore the philosophy behind the Swift API Design Guidelines and their application throughout the Swift Standard Library and the Cocoa and Cocoa Touch APIs. See how this API transformation will affect your Swift code and learn how to ensure a smooth transition to Swift 3. Learn how Swift 3 imports Objective-C APIs and how to expose rich Swift interfaces for existing Objective-C libraries.

Migrating to swift 3

Swift 3 Grand Central Dispatch: Swift 3中GCD的变化