SlideOverCard
SwiftUI-Introspect
Our great sponsors
SlideOverCard | SwiftUI-Introspect | |
---|---|---|
3 | 26 | |
722 | 3,772 | |
- | 2.1% | |
4.1 | 3.6 | |
5 months ago | 14 days ago | |
Swift | Swift | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SlideOverCard
-
What is your favorite SwiftUI library?
đź“·GitHub - joogps/SlideOverCard: A SwiftUI card view, made great for setup interactions.
- Can someone please point me to a resource on how to create a reusable custom action sheet like the resource below?
SwiftUI-Introspect
-
Why is the scroll indicator not at the edge of the screen when in left landscape mode (iPhone 13 mini)?
The scroll indicator insets are not exposed to SwiftUI, as far as I know, but you could use something like SwiftUI-Introspect to get access to the underlying UIScrollView and then set the verticalScrollIndicatorInsets
-
Open source as-you-type formatting and value binding in SwiftUI.
I use https://github.com/siteline/SwiftUI-Introspect
-
What is your favorite SwiftUI library?
Introspect https://github.com/siteline/SwiftUI-Introspect. I've hit problems which become excessively complex in SwiftUI and being able to adjust the underlying UIKit classes solved it without having to rebuild everything from scratch.
-
Any advice to go for SwiftUI on a new production project?
I'd recommend Composable Navigator for navigation & deep linking, as well as Introspect for the times when you need to make minor changes to the UIKit components that back some SwiftUI components (without needing to fully wrap UIKit for SwiftUI).
-
HighlightedTextEditor is an awesome open source SwiftUI view with powerful new features for its 2.0 release
I just released 2.0, which adds a powerful new feature. HLTE works by wrapping a UITextView, which you can now directly access. It’s inspired by SwiftUI Introspect, a great little library.
-
Has SwiftUI changed since WWDC2020?
https://github.com/siteline/SwiftUI-Introspect for the cases when you do want to access that UIKit/AppKit property not exposed by SwiftUI
What are some alternatives?
SwiftUIX - Extensions and additions to the standard SwiftUI library.
bottom-sheet - ⬆️ A SwiftUI view component sliding in from bottom
open-source-ios-apps - :iphone: Collaborative List of Open-Source iOS Apps
HighlightedTextEditor - A SwiftUI view for dynamically highlighting user input
free-sidecar - Enable Sidecar on Unsupported iPads and Macs running iPadOS 13 and macOS Catalina
RGStack - This UI attempts to capture the Quibi Card Stack and the associated User Interaction.
swift-composable-architecture - A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
swift-composable-navigator - An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
Alerts & Pickers - Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
iPhoneNumberField - Elegant SwiftUI phone number textField.
neumorphic - 🚀Neumorphic is a SwiftUI utility to build Neumorphism Soft UI (supports both *outer shadow and *inner shadow)
MovingNumbersView - Moving numbers effect in SwiftUI