Friday, October 30, 2015

Dependency Injection...!!!

Dependency Injection. Its a doozey. “Dependency Injection is a 25dollar term for a 25cent concept” - James Shore 

https://www.objc.io/issues/15-testing/dependency-injection/  This is critical to moving towards more testable code.

A-Parallax


Provides controls and background parallax effect.


Source @ Github

YYModel - High performance model framework for iOS


High performance model framework for iOS.
(It's a component of YYKit)




Source :- Github

Features

  • High Performance : The Conversion performance is close to handwriting code.
  • Automatic Type Conversion : The object types can be automatically converted.
  • Type Safe : All data types will be verified to ensure type-safing during the conversion process.
  • Non - intrusive : There is no need to make the model class inherit from other base class.
  • Lightwight : This frame contains only 5 files. 

OpinionzAlertView - Beautiful customizable alert view with blocks

Beautiful customizable alert view with blocks @Opinion

  • Choose from predefined icons for info, warning, success and error alerts. Customize color or set your desire image.


Source @ Github