Maxime Epain

iOS Developer


About me

I'm an iOS developer based in Paris.

I like to build beautiful and efficient UI components as well as clean and reliable architectures.

I use open source tools in my daily work and I enjoy contributing back to the community. In the following portfolio you will find several projects I've worked on.


ClusterKit

ClusterKit is an elegant and efficient clustering controller for maps. Its flexible architecture make it very customizable, you can use your own algorithm and even your own map provider.

Features

  • Native supports of MapKit and GoogleMaps.
  • Comes with 2 clustering algorithms, a Grid Based Algorithm and a Non Hierarchical Distance Based Algorithm.
  • Annotations are stored in a QuadTree for efficient region queries.
  • Cluster center can be switched to Centroid, Nearest Centroid, Bottom.
  • Written in Objective-C with full Swift interop support.

MXParallaxBackground

MXParallaxBackground is a background class for UIScrolView. It allows you to add multiple parallax backgrounds with different intensity and direction.


MXParallaxHeader

MXParallaxHeader is a nice header class for UIScrollView.

In addition, This project includes 2 other classes: MXScrollView is a UIScrollView subclass with the ability to hook the vertical scroll from its subviews, this can be used to add a parallax header to complex view hierachy. Moreover, MXScrollViewController allows you to add a MXParallaxHeader to any kind of UIViewController.


MXSegmentedPager

A simple and very customizable paging controller with a parallax header. The view is basically a horizontal swipeable tab view with a stretchable header.

MXSegmentedPager combines 3 different projects:


DiscogsAPI

An Objective-C interface for Discogs API v2.0 (a RESTful API to Discogs data).

The library handles the authentication process as well as retreiving data like releases, masters, artists and labels. By using Discogs API, your application can also manage User Collections and Wantlists.


Web service Kit

A collection of tools to quickly build a mobile web service client.

The kit is composed of 3 main projects:

  • max-ws: Mobile API for XML Web Services. WSDL to IOS Objective-C and Android Java Code Generator based on JAX-WS.
  • PicoKit: A light Web service client framework targeting iOS platform.
  • NanoKit: A light Web service client framework targeting Android platform.