File management interface for iOS, developed for Edhita.
EDHFinder is available through CocoaPods.
- iOS 8.0
$ pod try EDHFinder
With CocoaPods.
# Podfile
pod 'EDHFinder', '~> 0.1'
$ pod install
#import "EDHFinder.h"
UINavigationController *navController = [[EDHFinder sharedFinder] listNavigationControllerWithDelegate:detailController];
See also Example.
The MIT license