A bunch of conveniences and tools I keep re-making for my projects. Figured I'd make them one last time here!
link |
Stars: 0 |
Last commit: 2 weeks ago |
@ArrayBuilder
is a basic result builder which transforms all of its children into an array. This can be used to great effect when needing to use logic while building an array, like this:
self.tabsArray = Array {
homeTab
searchTab
if !isGuestMode {
profileTab
}
settingsTab
}
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics