aelam

3个Pods

MSAppModuleKit

MSAppModuleKit 负责模块的加载以及模块的接口 1. 应用模块实现MSAppModule协议 2. 每一个模块扩展MSAppSettings协议 3. 应用的AppSettings实现所需要加载的模块的AppSettings协议 4. AppModuleController加载设置下发到 5. AppModuleController加载模块

许可证: MIT

  • Objective C

MSRoutes

基于JLRoutes。添加了UIViewControllerRoute协议。添加了MSRouteItem,每个模块可以有很多基于模块的项目,然后让模块加载器在JLRoutes中加载这些项目。

许可证: MIT

  • Objective C

UIImage-ResizeMagick@NoWarnings

在iOS上调整UIImage大小应该很简单。这个分类提供了一个简单、灵活的语法,可以按您的需求调整任何图片的大小。

  • (UIImage *) resizedImageByMagick: (NSString *) spec;

其中spec符合ImageMagick语法约定(想想Paperclip)

UIImage* resizedImage = [image resizedImageByMagick: @"320x320#"];

许可证: MIT

  • Objective C