Swiftpack.co - Swift Packages by chiahsien

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

Packages published by chiahsien

chiahsien/CHTCollectionViewWaterfallLayout 0.9.10
The waterfall (i.e., Pinterest-like) layout for UICollectionView.
⭐️ 4,484
🕓 2 years 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.
2 years ago
- Fix header path issue in Swift package. - Add demo targets that use Swift package.
2 years ago
- Support SPM. - Replace Travis CI with GitHub action. - Update both ObjC and Swift demo. - Re-organize source codes - Bump minimum supported iOS version to `9.0`. - Change Cocoapods default spec from `ObjC` to `Swift`.
6 years ago
- Fix a bug that can't show header and footer together. ( #174, #175, #176, #179 ) - Update demo. ( #173 )
6 years ago
- Better Swift 3 and Xcode 8.1 support. (#151, #152) - Better Carthage support. (#153) - etc.
0.9.5
7 years ago
- Public methods and attributes for Swift project (#132) - Adding Framework project with shared scheme to support Carthage (#126)
7 years ago
- Fix Swift build error (#108) - Per-section insets (#107)
Minor update
8 years ago
- Fix for issue when layout is rotated (#100)
8 years ago
- Fix some typo
More configurations and bug fix
8 years ago
- Minimum content height configuration (#84) - Minimum column spacing per section configuration (#86) - Fix a crash when no data and no section (#76, #93) - Swift update (#77, #92, #98) - Long cell disappearing fix (#78) - Fix height calculation (#79) - Pixel perfect (#83)
More configurations and Swift version
9 years ago
- Adding a configuration option to determine the order of rendering the items. Options include Left-to-Right | Right-to-Left | Shortest column first (existing default). - New demo screenshots - Custom column count per section - Swift version - Code cleanup
iOS tvOS
chiahsien/XcodeProjSorter 0.3.0
A command-line tool to sort Xcode's `.xcodeproj` file.
⭐️ 8
🕓 2 years 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.
2 years ago
Add two options: ``` -c, --case-insensitive Sort file name with case insensitive. -n, --numeric Sort file name using numeric value, that is, 2.txt < 7.txt < 25.txt. ```
2 years ago
- Remove command-line tool from`XcodeProjSorter` Swift package, now the package only contains the core. - Create a CLI project to use this Swift package. You can download the `xcodeproj-sorter.zip` and unarchive it to get the command-line tool.
First Release
2 years ago
## Summary A command-line tool to sort Xcode's `.xcodeproj` file. It sorts following sessions: - `PBXGroup` - `PBXResourcesBuildPhase` - `PBXSourcesBuildPhase` ## Usage `xcodeproj-sorter <path-to-xcodeproj-file>`

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