#About
These are collection of types that are use throughout all Blurred Software's iOS projects and that allow us to write better apps, faster.
This project leverages heavily on Swift's core features, so you have to be very profficient with these in order to understand why this types are so important.
#Playground
There is an accompanying sample project with a functioning Playground showing the major features of this project.
In order to use it:
- Clone the project
pod install
- Open the Workspace
- Build the scheme
BSWFoundationPlayground
- Enable the
Render Documentation
option for the Playground