Swiftpack.co - Swift Packages by fatbobman

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

Packages published by fatbobman

fatbobman/SwiftUIOverlayContainer 2.4.0
SwiftUI Overlay Container is a view container component for SwiftUI. It is a customizable, efficient and convenient view manager.
⭐️ 304
🕓 10 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.
2.4.0
10 weeks ago
Added separate safe area settings for the background by @YjAdair
2.3.3
1 year ago
User can change ContainerManager instance in view, for multiple windows
2.3.2
1 year ago
from @telami Fixed the issue of the loss of UUID
2.3.1
1 year ago
Added queue time control option for containers Perform window operations after the specified time interval has elapsed, the default is None, that is, not enabled Only applicable to scenarios with special requirements, such as replacing Sheet with OverallContainer. In a List, clicking each row will pop up a window. In this case, if the user accidentally taps with multiple fingers, it will open a multi-window situation. Enable the debounce function for the container, and the container will only retain one valid operation in a short period of time. Usually just set the expiry time to 0.1 seconds (`.debounce(seconds: 0.1)`)
2.2.4
1 year ago
fix background display bug in stack mode change view configuration demo
2.2.3
1 year ago
修复了 stack 模式下的 transition 显示错误
2.2.2
1 year ago
Fix the function dismiss does not correctly apply container animation
2.2.1
2 years ago
Added display order option to container configuration. The developer can control the display order of the views (new view is displayed on top or bottom). For usage, please refer to the demo of DisplayType
2.1.0
2 years ago
Add ignoresSafeArea to container configuration
2.0.7
2 years ago
Fix a bug of dismissTopmostView
iOS macOS watchOS tvOS
fatbobman/SwipeCell 0.9.5
SwipeCell is a SwiftUI library, used to achieve the left and right sliding menu effect similar to the iOS mail app.
⭐️ 284
🕓 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.
Switch to offset based approach to cell status based approach
1 year ago
By @twodayslate : Improvements to initial offset Switch to offset based approach to cell status based approach Replaces AnyView with ViewBuilder
0.9.4
1 year ago
Add support for an initial offset by @twodayslate This helps for user onboarding and adds some discoverability.
0.9.3
1 year ago
Bump introspect version to 0.1.4
can get cell status from environment now
3 years ago
3 years ago
iOS14style,bug fix
进一步修复了bug,并改善了动画
3 years ago
3 years ago
update dismiss,Demo
3 years ago
update demo code
3 years ago
3 years ago
iOS macOS
fatbobman/NavigationViewKit 0.0.5
NavigationViewKit is a NavigationView extension library for SwiftUI.
⭐️ 100
🕓 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
iOS
fatbobman/IsScrolling 1.1.2
As the name suggests, IsScrolling provides a ViewModifier to get the current scrolling state of a ScrollView or List in SwiftUI. IsScrolling has good backward and forward compatibility since it is fully implemented natively in SwiftUI. 正如名称所示,IsScrolling 提供了一个 ViewModifier ,用来获取 SwiftUI 中 ScrollView 或 List 当前的滚动状态。由于完全采用了 SwiftUI 原生的方式实现此功能,因此 IsScrolling 具备了很好的前后兼容性。
⭐️ 61
🕓 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.1.2
1 year ago
1.1.1
1 year ago
1.0.0
1 year ago
As the name suggests, IsScrolling provides a ViewModifier to get the current scrolling state of a ScrollView or List in SwiftUI. IsScrolling has good backward and forward compatibility since it is fully implemented natively in SwiftUI.
iOS macOS macCatalyst
fatbobman/MOCloner 0.2.6
A tiny library that implements deep copy of NSManagedObject
⭐️ 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.
2 years ago
iOS macOS watchOS tvOS

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