Latest Posts


  • How to zip a file using FileManager in Swift

    In this tutorial, we will see how to zip a file using FileManager in Swift. First, we will import a file using UIDocumentPicker. Second, we will zip that file using FileManager. Third and finally, we will share the zipped file… Continue reading

    How to zip a file using FileManager in Swift