Piergiuseppe Longo

3pods

PGLFormatter

PGLFormatter

PGLFormatter is a simple container of NSFormatter and useful functions

Reason

Formatters are extremely expensive to create so it's very important to reuse the formatter as much as you can.

If you use the same formatter in the entire project you can set in a single point (e.g. AppDelegate) and then forget about the NSFormatter and simple use the function that PGLFormatter offers, for format() to format Double Float Int (see the example), otherwise you should remember to set the behavior every time

License: MIT

  • Swift

PKHUD

A Swift 3 based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and up

License: MIT

  • Swift

SuperRecord

A Swift CoreData extension to bring some love and take the hassle out of common CoreData tasks.

License: MIT

  • Swift