aelam

3pods

MSAppModuleKit

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

License: MIT

  • Objective C

MSRoutes

Based on JLRoutes. Added UIViewControllerRoute protocol. Added MSRouteItem, every module can have a lot of module-based items and then let the module-loader load the items in JLRoutes

License: MIT

  • Objective C

UIImage-ResizeMagick@NoWarnings

Resizing UIImage on iOS should be simple. This category provides a simple, yet flexible syntax to resize any image to your needs.

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

where spec conforms to the ImageMagick syntax conventions (think Paperclip).

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

License: MIT

  • Objective C