CocoaPods trunk is moving to be read-only. Read more on the blog, there are 6 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | Apache 2 |
| ReleasedLast Release | Jan 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by Jaehong Kang.
Nemo is a photos menu framework for iOS
Nemo.xcodeproj file into you projectNemo.framework into Project Setting’s General->Embedded Binariesimport Nemolet controller = PhotosMenuController()
self.presentViewController(controller, animated: true, completion: nil)@import Nemo;
// or
#import <Nemo/Nemo.h>NMPhotosMenuController *controller = [[NMPhotosMenuController alloc] init];[self presentViewController:controller animated:YES completion:nil];Or you can simply check NemoExample on Nemo.xcodeproj
Read LICENSE for more information.