Sprinter is a library for Mac and iOS for formatting strings at runtime using the printf / NSLog format token conventions.
The aim is to provide a type-safe, Swift-friendly interface for string formatting that is fully compatible with the printf specification, as well as Apple’s proprietary extensions for working with Objective-C data types.
The name “Sprinter” is derived from “String-Printer”, just like the sprintf function in the C standard library.

Leave a Reply
You must be logged in to post a comment.