Swiftpack.co - Swift Packages by faberNovel

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

Packages published by faberNovel

faberNovel/DynamicOverlay 1.1.0-beta.2
A SwiftUI library that makes easier to develop overlay based interfaces, such as the one presented in the Apple Maps app.
⭐️ 203
🕓 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.
v1.0.2
42 weeks ago
- Fix #42
v1.0.1
1 year ago
v1.1.0-beta.2
1 year ago
Added - Overlay content adjustment mode #37
v1.0.0
2 years ago
Fixed - Overlay with multiple scroll views #16
v1.0.0-beta.10
2 years ago
Fixed - Crash with drivingScrollView a List and a condition #21 - Bump OverlayContainer to `3.5.2`
1.0.0-beta.1 (30 December 2020)
3 years ago
1.0.0-beta.0 (29 December 2020)
3 years ago
A first beta version
iOS
faberNovel/CompositionalLayoutDSL v0.2.0
CompositionalLayoutDSL, library to simplify the creation of UICollectionViewCompositionalLayout. It wraps the UIKit API and makes the code shorter and easier to read.
⭐️ 60
🕓 29 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.
v0.2.0
29 weeks ago
Updated - Documentation will now use DocC Removed - Drop support for Swift 5.3, we now use `@resultBuilder` instead of `@_functionBuilder` - Drop support for Carthage
v0.1.0
2 years ago
Created # Structures - `CompositionalLayout` - `Configuration` - `Section` - `ListSection` - `RawSection` - `HGroup` - `VGroup` - `CustomGroup` - `Item` - `DecorationItem` - `SupplementaryItem` - `BoundarySupplementaryItem` # Enumerations - `SupplementaryItem.AnchorOffset` - `ListResultBuilder` # Protocols - `LayoutConfiguration` - `LayoutSection` - `LayoutGroup` - `LayoutItem` - `LayoutDecorationItem` - `LayoutSupplementaryItem` - `LayoutBoundarySupplementaryItem` - `ResizableItem` # Type aliases - `LayoutItemBuilder` - `LayoutBoundarySupplementaryItemBuilder` - `LayoutSupplementaryItemBuilder` - `LayoutDecorationItemBuilder` # Functions - `LayoutSectionBuilder(layoutSection:) -> NSCollectionLayoutSection` - `LayoutBuilder(configuration:layoutSection:) -> NSCollectionViewCompositionalLayout` - `LayoutBuilder(configuration:layoutSection:) -> UICollectionViewCompositionalLayout` - `LayoutBuilder(compositionalLayout:) -> NSCollectionViewCompositionalLayout` - `LayoutBuilder(compositionalLayout:) -> UICollectionViewCompositionalLayout` # External extensions - `NSCollectionView.setCollectionViewLayout(_ layout: CompositionalLayout)` - `UICollectionView.setCollectionViewLayout(_ layout: CompositionalLayout)`
iOS macOS tvOS
faberNovel/xcresource-cli 0.1.4
A Xcode resources CLI
⭐️ 54
🕓 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.
0.1.4
2 years ago
### Fixed - Fixed git URL encoding
0.1.3
2 years ago
### Fixed - Fixed relative URL parameters #7 - Fixed empty code snippets folder #11 ### Updated - Updated `xcresource snippet remove`: it can not delete custom snippets - Updated CLI messages
0.1.2
2 years ago
### Updated - Updated namespace format: two new lines now precedes the `Namespace:` indicator.
0.1.1
2 years ago
### Fixed - Fixed MakeFile
0.1.0
2 years ago
### Added - Added support for Xcode snippets #8
macOS
faberNovel/ADUtils v12.2.0
ADUtils, toolbox for UIKit and more generally Swift.
⭐️ 34
🕓 3 days 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.
v12.2.0
3 days ago
Added - Add `PrivacyInfo.xcprivacy` to comply with Apple new privacy requirements
v12.1.1
8 weeks ago
Fixed - Handle default system font weights for SwiftUI - Add largeTitle style in font tests
v12.1.0
14 weeks ago
Added - Add `String.attributedString(arguments:defaultAttributes:formatAttributes:)` and `String.attributedString(arguments:defaultAttributes:differentFormatAttributes:)` utility methods to create `AttributedString` from a list of strings and attributes. - Add `String.attributedString(arguments:defaultAttributes:)` utility method to create `AttributedString` from a `String` format and a list of `AttributedString`. - Add helper init for `AttributeContainer` to create one with a configuration closure.
v12.0.1
22 weeks ago
Fixed - Fix iOS and tvOS supported versions in Package.swift - Remove MainActor attribute from `DynamicFontProvider` as it is not required
v12.0.0
22 weeks ago
Added - Add Swift Concurrency support - Add `UIRectEdge.horizontal` and `UIRectEdge.vertical` utility static variables. - Add `NSDirectionalRectEdge.horizontal` and `NSDirectionalRectEdge.vertical` utility static variables. Removed - Drop support for iOS 11, 12 and 13 - Drop support for tvOS 11, 12 and 13 - Drop support for Swift below 5.7
v11.5.0
31 weeks ago
Updated - Add scale parameter to `UIImage.ad_filled`.
v11.4.0
42 weeks ago
Created - Add a SwiftUI Font provider in `DynamicFont`
v11.3.0
1 year ago
Created - Add a subspec `ADUtils/Security` bundling security related tools. - Add `PostInstallationKeychainCleaner` using `UserDefaults`to check if keychain has to be wiped at launch - Add `SecureArchiver`, leveraging `CryptoKit` and the `Keychain` to add an encryption layer to `UserDefaults` Fixed - iOS 14.0+ gives a new property on navigationItem : `backButtonDisplayMode`. `ad_hideBackButtonTitle` now uses it.
v11.2.0
2 years ago
## Created - Add SPM support [#21](https://github.com/faberNovel/ADUtils/pull/21) via Alexandre Podlewski
v11.1.0
3 years ago
Created - `verifyOrNil(_:over:)` - `Optional.verifying(_:)` - `UIImage.ad_filled(with:size:)` - `UIButton.ad_setBackgroundColor(:forState:)` - `UICollectionView.dequeueSupplementaryView<U: ClassIdentifiable>(_:ofKind:at:)` dequeue generic reusable view from `UICollectionView` - `UICollectionView.register(supplementaryView:kind:)` register generic reusable view from `UICollectionView` - `HStackView(spacing:alignment:distribution:arrangedSubviews:)` - `VStackView(spacing:alignment:distribution:arrangedSubviews:)` Fixed - `Debounced` property wrapper no longer has a retain cycle
iOS tvOS
faberNovel/SDWebImageMockPlugin v0.1.0
SDWebImageMockPlugin makes possible the creation of snapshot testing with views using SDWebImage to configure images.
⭐️ 6
🕓 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.
v0.1.0
2 years ago
Created # Classes - `ImageCacheMocker` # Structures - `ImageProvider` # Extensions - `ImageProvider.sizeImageProvider` - `ImageProvider.ratioImageProvider` - `ImageProvider.bundleImageProvider(bundlesWithIdentifiers:)` # External extensions - `URL.imageMock(forWidth: Double, height: Double)` - `URL.imageMock(withRatio ratio: Double)` - `URL.imageMock(named imageName: String, inBundleID bundleID: String)`
iOS tvOS
faberNovel/ADAssertLayout v1.0.1
Set of helpers to make layout assertions on UIView
⭐️ 1
🕓 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.
v1.0.1
2 years ago
Fixed - Add SPM support
v1.0.0
3 years ago
Added - Swift 5.1 support Updated - Git repository url for source files

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