Adam Kaplan

6pods

TDOAuth

Elegant, simple and tiny OAuth 1.x solution

License: MIT

  • Objective C

YMCache

Fast & simple small object cache. GCD-based and thread-safe.

License: MIT

  • Objective C

YMOverride

License: MIT

YMPromptKit

YMPromptKit attempts to simplify your iOS app code by providing flexible and extensible tools for soft prompting.

License: Apache 2

  • Objective C

YMTreeMap

YMTreeMap is a high performance treemap layout engine for iOS and macOS, written in Swift.

Tree maps (also called Heat Maps) are one or multi-dimensional graphical deprictions of values using rectangles. The primary dimension is the area of each rectangle, which represents the relative size of that value compared to the other values.

Another popular dimensionĀ is the treatment of inner area of the rectangles (generally using color or shading).

Tree maps and heat maps are very popular in the financial sector, and this library was designed for use in the Yahoo Finance iOS app.

Generating a tree-map requires nothing more than a list of positive numbers and a rectangle to layout within.

License: MIT

  • Swift