Swiftpack.co - Swift Packages by dscyrescotti

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

Packages published by dscyrescotti

dscyrescotti/ShuffleIt v2.1.3
A UI library for SwiftUI custom stack views with a wide range of elegant and unique shuffling, sliding and swiping behaviors.
⭐️ 142
🕓 36 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.
Version 2.1.3
36 weeks ago
What's included in Version 2.1.3? - Fix visual glitch of stack view when its child view contains vertical or horizontal stack with conditional views (#74) - Bump up ViewInspector version to `0.9.7` - Clean up warnings
Version 2.1.2
1 year ago
What's included in Version 2.1.2? - Fix the programmatic scroll behavior of CarouselStack to be smooth like the user interaction.
Version 2.1.1
1 year ago
What's included in Version 2.1.1? - Fix the warning of updating multiple times per frame in **CarouselStack** (https://github.com/dscyrescotti/ShuffleIt/issues/56) - Refactor **ShuffleStack** and **CarouselStack** (no changes on API usage) - Update README by replacing gifs with new ones
Version 2.1.0
1 year ago
What's new in Version 2.1.0? - In this version, **ShuffleIt** introduces a new stack view called **ShuffleDeck** which is similar to the photo collections from Messages App. - It includes the test cases to cover the new user interface element.
Version 2.0.1
1 year ago
What's included in Version 2.0.1? - It contains the bug fix for Carousel Stack to render properly if its child view contains Button inside any kind of Stack views. (Issue - https://github.com/dscyrescotti/ShuffleIt/issues/46)
Version 2.0.0
1 year ago
What's new in Version 2.0.0? - In Version 2.0.0, **ShuffleIt** provides a new stack view called **CarouselStack** with carousel sliding behavior which also supports the customization to its appearance. - As there is a new stack view, some modifiers and types for **ShuffleStack** are renamed to get rid of naming conflicts. Please check out the documentation to migrate to Version 2.0.0 if you are using Version 1.
Version 1.0.2
1 year ago
What's new in Version 1.0.2? - It contains the fix of generating wrong index for previous and upcoming element from data source.
Version 1.0.1
1 year ago
What's new in Version 1.0.1? - This version includes the fix for build failure when integrating **ShuffleIt** into the project as it accidentally contained `XCTest` framework in the source.
Version 1.0.0
1 year ago
What's new in Version 1.0.0? - In Version 1.0.0, the very first roll-out of **ShuffleIt**, it introduces **ShuffleStack** - a stack view being capable of shuffling its child contents which supports multi-platform development. The uniqueness of **ShuffleStack** is that it only renders three child content that are visible on the screen and shuffle the data when shuffling contents. > To check out more about **ShuffleStack**, please head to the [documentation](https://dscyrescotti.github.io/ShuffleIt/documentation/shuffleit/shufflestack) or test out the demo project. - **ShuffleIt** already includes unit test cases which covers 99% of code base so that it is reliable to be added in other projects. > [https://app.codecov.io/gh/dscyrescotti/ShuffleIt](https://app.codecov.io/gh/dscyrescotti/ShuffleIt) - **ShuffleIt** provides the official documentation to clarify API usage to developers by reducing learning curves. > [https://dscyrescotti.github.io/ShuffleIt/documentation/shuffleit](https://dscyrescotti.github.io/ShuffleIt/documentation/shuffleit)
iOS macOS watchOS tvOS
dscyrescotti/SwiftTheming v2.0.0
A powerful lightweight theme 🎨 manager for SwiftUI
⭐️ 68
🕓 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.
Version 2.0.0
1 year ago
What's new in Version 2.0.0? - As Version 2.0.0 is intended to provide a better developer experience, the API has been changed as below. - The API comes with the new style of declaration of themes. - To provide default theme and appearance, it starts using `DefaultTheming` instead of injecting default values into `themeProviding(defaultTheme:defaultAppearance:)`. - It no longer uses the generic types in Themed and ThemeProvider. - All different types of asset is needed to declare separately instead of defining in value type conforming to `Assetable`. - To access interface elements (colors, images, etc), it is no longer required to pass the instance of `ThemeProvider` so that all interface elements can be initialized with respective asset keys. > To see more, pls read [MigrationGuide.md](https://github.com/dscyrescotti/SwiftTheming/blob/main/MigrationGuide.md). - **SwiftTheming** provides the [documentation](https://dscyrescotti.github.io/SwiftTheming/documentation/swifttheming/) that helps developers explore the API in ease. - Version 2.0.0 includes unit testing that covers around 95% of the API.
Version 1.1.1
1 year ago
What's new in Version 1.1.1? - Add support for Cocoapods installation - Structure source files with separate folders
Version 1.1.0
2 years ago
What's new in Version 1.1.0? - Add ThemeProviding property wrapper in purpose of clean syntax instead of using EnvironmentObject. - Add a test case for ThemeProviding
Version 1.0.1
2 years ago
What's new in Version 1.0.1? - add some handy initializers for gradients - add some handy modifiers
Version 1.0.0
2 years ago
This is the initial version of **SwiftTheming 🎨**.
iOS macOS watchOS tvOS
dscyrescotti/ContributorUI v1.0.1
A UI library for iOS and macOS applications to showcase all contributors of public or private repositories.
⭐️ 19
🕓 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.
Version 1.0.1
1 year ago
What's new in Version 1.0.1? - Add installation support for CocoaPods - Fix shimmering effect frame size
Version 1.0.0
1 year ago
What include in Version 1.0.0? The Version 1.0.0 is the first release of ContributorUI and includes the following features. - ContributorCard and ContributorList that showcase contributors of the repository in iOS or macOS applications with personalized appearances. - Configuration with GitHub Token Key to access private repositories and increase the rate limit. - UIKit and AppKit support for seamless integration. - Demo project added to explore usage and implementations.
iOS macOS
dscyrescotti/CodableX 0.2.0
Make Swift's Codable easier using Property Wrappers.
⭐️ 13
🕓 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.
Version 0.2.0
2 years ago
### What's new in 0.2.0? - `@AnyValuable` is a brand new property wrapper that stores that data inside `AnyValue` instead of assigning into `Any` and provides way easier to access the data than `@Anyable`. - `@ArrayAnyValuable` is designed to hold the array of `AnyValuable`. - `@OptionalAnyValuable` is able to handle the optional value of `AnyValuable`. - CodableX is now available to install via Cocoapods.
Version 0.1.1
3 years ago
Changed the conformed type of `Element` or `Value` of defaultable `Collection` to `AnyCodable` that makes more sense than using `DefaultCodable`.
Version 0.1.0
3 years ago
This is the first release version of CodableX.
iOS macOS watchOS tvOS
dscyrescotti/ReachabilityX v1.0.0
Make it easier to observe network connectivity in SwiftUI.
⭐️ 9
🕓 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.
Version 1.0.0
2 years ago
What's new in v1.0.0? - Now, __ReachabilityX__ is built using `NWPathMonitor` from `Network` framework to obtain network connectivity changes. - `ReachabilityObservable` is no longer available in version 1.0.0 and has been replaced with `Reachability`. - __ReachabilityX__ provides the network status and interface type of the current network separately instead of combining them. - `ReachabilityView` comes with a couple of initializers that make it easier to implement the presentation logic. - `onChangeConnection(_:)` and `onThrowError(_:)` modifiers are no longer available and there comes with few new modifiers to implement the business logic.
Version 0.1.0
2 years ago
This is the first release of __ReachabilityX__.
iOS macOS watchOS tvOS

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