iOS USB Storage (iOS)
Published on APP Store
UI/UX Designer: Emacio (雅婷)
Thanks Emacio for the great design.
Tool: Lanhu
Introduction
The APP was designed for apple external USB storage, which was a hot production in year 2018. We customized the app for different customers, e.g. Adam iKlips, Kignston, WireTek, ENTRY industrial, … However, with the phase-out of the product, most of these apps have been taken down from the app store.
It’s a team project, I implemented the FAT/ExFAT file system framework.
Development IDE & languages & frameworks
XCode, ObjectC, Storyboard, IOKit
Architecture
Skills
iOS EAAccessory to access USB device
FAT & ExFAT file system format
Comment
Initially, the app was a straightforward design with several user interfaces, but as it expanded to accommodate diverse customer needs, the number of UIs grew. This resulted in longer and longer load times when opening the storyboard. After this project I abandoned using storyboard.
Later 小K create a new project using Swift to implement UIs.