For the last two weeks I’ve been busy doing my side project, a library helping building in-app settings for iPad and iPhone apps.
By providing a declarative DSL, SwiftySettings allows to define your own settings, integrate with storage interface and automatically generate native Settings app like user interface.
The library is available as a pod:
`
pod SwiftySettings
`
You can find detailed documentation and more info on my github account:
https://github.com/tgebarowski/SwiftySettings