Stephane Copin

2pods

ControlsKit

This is a list of components that have been developped over the course of multiple years, and have been used in a dozen of projects so far. They aim to either be a drop-in replacement for existing controls with more customizations, or provide additional features on top of existing controls.

License: MIT

  • Objective C

LoggerWrapper

A very simple library that aims to provide a simple wrapper around the various logging library that exists for iOS. Currently supports CocoaLumberjack, and can optionally integrate with PluggableApplicationDelegate.

Ideally, this library allows library creators to allow to use logging, without relying on the classic NSLog/print which can't be disabled easily.

License: MIT

  • Swift