iPhoneNumberField
SwiftUI-Introspect
Our great sponsors
iPhoneNumberField | SwiftUI-Introspect | |
---|---|---|
1 | 26 | |
364 | 3,752 | |
- | 2.6% | |
6.5 | 3.6 | |
6 days ago | 5 days ago | |
Swift | Swift | |
GNU General Public License v3.0 only | 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.
iPhoneNumberField
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.
neumorphic - 🚀Neumorphic is a SwiftUI utility to build Neumorphism Soft UI (supports both *outer shadow and *inner shadow)
HighlightedTextEditor - A SwiftUI view for dynamically highlighting user input
SDWebImageSwiftUI - SwiftUI Image loading and Animation framework powered by SDWebImage
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...
MovingNumbersView - Moving numbers effect in SwiftUI
Kingfisher - A lightweight, pure-Swift library for downloading and caching images from the web.