Swiftpack.co - Swift Packages by ShawnBaek

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by ShawnBaek

ShawnBaek/Table v1.0
print table on swift. print(table: [1, 2, 3])
⭐️ 80
🕓 44 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Add support for non-square 2D Array tables with headers
46 weeks ago
Wrapping function into stream generic
1 year ago
Thanks @stefjen07 https://github.com/ShawnBaek/Table/pull/7
Support iPad Playground Book
4 years ago
https://github.com/ShawnBaek/Table/pull/4
Fix Typo
4 years ago
equalSpacing -> fillEqually
Add Unit Test
4 years ago
Support fillEqually
4 years ago
The default distribution is `fillProportionally`. ```swift print(table: ["Good", "Very Good", "Happy", "Cool!"], header: ["Wed", "Thu", "Fri", "Sat"]) ``` ```swift +----+---------+-----+-----+ |Wed |Thu |Fri |Sat | +----+---------+-----+-----+ |Good|Very Good|Happy|Cool!| +----+---------+-----+-----+ ``` But It can be set by `fillEqually` like below ```swift print(table: ["Good", "Very Good", "Happy", "Cool!"], header: ["Wed", "Thu", "Fri", "Sat"], distribution: .fillEqually) ``` ```swift +---------+---------+---------+---------+ |Wed |Thu |Fri |Sat | +---------+---------+---------+---------+ |Good |Very Good|Happy |Cool! | +---------+---------+---------+---------+ ```
Change default spacing
4 years ago
use fill
First Release Version
4 years ago
Table is helper function to print table. Support data type is Int, Double, and String. - 1D Array - 2D Array - Dictionary Support header of table Support terminator
v1.0 Release
4 years ago
ShawnBaek/DeviceDetector 1.0.4
Detecting Apple devices
⭐️ 11
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Add convenience init
1 year ago
Add convenience init Fix TestCases
1 year ago
1 year ago
1 year ago
stable version
1 year ago
1 year ago
iOS
ShawnBaek/XRay 1.0.2
Xray is viewDebugging tool for iOS, tvOS, watchOS and macOS
⭐️ 10
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1 year ago
1 year ago
1.0.0
1 year ago
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics