Programming With Swift
  • Home
  • About
  • Github
Sign in Subscribe

FileManager

A collection of 3 posts
How to save an image to file with Swift
Swift

How to save an image to file with Swift

There are numerous reasons to save an image to a file using Swift. In this tutorial I will show how you can do that with just a few lines of code. Before we get started I want to add a method that we will use in both saving of a
24 Aug 2020 2 min read
How to save data to file with Swift
Swift

How to save data to file with Swift

There are many reasons that we might need to save data to a file as an app developer. We might need to save an image, or text or something else. In this tutorial I will show you how we can save a string to a file, but this can be
24 Aug 2020 1 min read
How to save/write Json to file with Swift
Swift

How to save/write Json to file with Swift

In this tutorial I will show you two methods that you can use to write JSON data/string to a file using Swift. Save JSON string to file Saving a JSON string will be the same as saving any other kind of string. Since Swift will see it as a
24 Aug 2020 2 min read
Page 1 of 1
Programming With Swift © 2025
Powered by Ghost