Data and NSData

Two types of Data?

Steven Curtis

--

Photo by Markus Spiske on Unsplash

Difficulty: Beginner | Easy | Normal | Challenging

In Swift Data and NSData are ways to interact with raw binary data.

This article explains what that means, and how we can interact with “Data” in our Swift applications.

Prerequisites:

  • Coding in Swift Playgrounds (guide HERE)

--

--