How to deploy fileers like "Finder" on Macs and "Files" on iOS like Numbers?

Asked 1 years ago, Updated 1 years ago, 132 views

A filer like Numbers is ideal for the app I am currently developing.

On Numbers, the file selection screen looks like the image below.
Also, you can change the destination of automatic saving from the Numbers section of the configuration application.
So besides iCloud, you can save it to online storage such as OneDrive.

If it is easy to implement, including this screen, it is no better.
Please let me know if there is a simple way to implement it, such as a library.

Number Selection Screen

swift swift5 swiftui

2022-09-30 21:45

1 Answers

These UI's are provided by the operating system (commonDialog, as Windows calls them), so anyone who follows the call procedure should be able to use them.However, you can call it the standard OS, not necessarily the same one that Numbers use.I think it's good to try it.

The following articles may be helpful:
https://qiita.com/hanamiju/items/d10524e8650ae171fa2e
https://qiita.com/takecian/items/d31682899768f89a8d80


2022-09-30 21:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.