Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.43 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.43 KB

SwiftiumKit

Build Status codebeat badge Coverage Status

This "Kit" adds many feature to speed up iOS app development. It is a rewrite of our internal ObjC Kit, but using Swift features, instead of runtime hacks. Unit tests (using given-when-expect format) and documentation are very important.

Main features

Work in progress (see to be done section below)

  • UIColor extension to create colors from RRGGBB codes
  • String extension (hex, hashes)

To be done :

Add CODE_OF_CONDUCT files

Main features

Other more basic features

  • useful class extensions (on UIColor, UIImage, NSData, ...)
  • centralized network activity indicator manager

Change log

We follow keepachangelog.com recommandations for our CHANGELOG