21 skills found
alibaba / Coobjccoobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
fabiocaccamo / FCFileManager:iphone: :open_file_folder: iOS file manager on top of NSFileManager for simplifying files management.
nicklockwood / StandardPathsStandardPaths is a category on NSFileManager for simplifying access to standard application directories on iOS and Mac OS and abstracting the iCloud backup flags on iOS. It also provides support for working with device-specific file suffixes, such as the @2x suffix for Retina displays, or the -568h suffix for iPhone 5 and can optionally swizzle certain UIKit methods to support these suffixes more consistently.
nori0620 / SwiftFilePathSimple and powerful wrapper for NSFileManager.
amosavian / FileProviderFileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive) files -- Swift
Travis990 / HYFileManagerHYFileManager is a powerful util based on NSFileManager.
dai-jing / FileBrowserSimple app shows how to use NSFileManager to track the files
keithpitt / DKFileA wrapper around NSFileManager that makes it easy to work with files
muukii / WarehouseEasy NSFileManager
wzboy049 / DDFileManagera wrapper of NSFileManager
wibosco / ConvenientFileManagerA suite of categories to ease using (NS)FileManager for common tasks.
radianttap / NSFileManager UtilitiesNo description available
mikekppp / NSFileManager UtilitiesFile manager utilities
watert / React Native Icloudwrapping nsfilemanager for icloud usage
neoneye / SwiftyRelativePathSwift equivalent of Ruby's "Pathname.relative_path_from()"
eonist / FileStreamerContinuous data to disk
onweer / Objective C IO文件I/O 操作的学习 NSData NSMutableData 作为数据缓冲 NSFIleManager管理文件目录 ...
miyako / 4d Plugin Workspace ServicesCollection of functions from the NSFileManager and NSWorkSpace classes on OS X 10.5 and later.
Rephontil / ZYFileToolDemo针对NSFileManager的文件管理类工具,提供了文件操作的便携式封装。支持pod方式集成使用:pod 'ZYFileTool',或者直接将Classes里面的文件拖入项目使用。
RamVadranam / NSFileManager SwiftThe example gives overview of how to save textfile using NSFileManger