SwiftUIKit adds extra functionality to SwiftUI
, like extensions to existing types and completely new stuff.
You can explore the various sections in the documentation and the demo app.
SwiftUIKit can be installed with the Swift Package Manager:
https://github.com/danielsaidi/SwiftUIKit.git
or with CocoaPods:
pod DSSwiftUIKit
If you prefer to not have external dependencies, you can also just copy the source code into your app.
SwiftUIKit supports iOS 13
, macOS 11
, tvOS 13
and watchOS 6
.
You can use the online documentation to overview the various parts of the library.
This repository doesn't have a demo application, but you can use the source code previews to preview most features.
You can sponsor this project on GitHub Sponsors or get in touch for paid support.
Feel free to reach out if you have questions or if you want to contribute in any way:
SwiftUIKit is available under the MIT license. See the LICENSE file for more info.
link |
Stars: 944 |
Last commit: 12 hours ago |
GestureButton
is a new view that can be used to handle multiple gestures with a single button.GestureButtonDefaults
is a new class that can be used to configure the default values for the new gesture buttons.LinkText
is a new view that lets you combine text and tappable links without Markdown.RepeatGestureTimer
is a new class that can be used to trigger a repeating action.ScrollViewGestureButton
is a variant of GestureButton
that works within a scroll view.SwipeGestureViewModifier
is a new view modifier that exposes the View+onSwipeGesture
extension to DocC.UndimmedPresentationDetentsViewModifier
is a new view modifier that exposes the View+presentationDetents
extension to DocC.ImageRenderer
now renders with correct scale - thanks alfredcc for this!ScrollViewHeader
has been moved to ScrollKit - https://github.com/danielsaidi/ScrollKitSwiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics