InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Swiftui-introspect Alternatives
Similar projects and alternatives to swiftui-introspect
-
swift-composable-architecture
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
neumorphic
🚀Neumorphic is a SwiftUI utility to build Neumorphism Soft UI (supports both *outer shadow and *inner shadow)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
FancyScrollView
A SwiftUI ScrollView Designed to imitate the App Store and Apple Music ScrollViews (with or without a Parallax Header)
-
-
Alerts & Pickers
Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
-
-
-
DualSenseDemoUI
Discontinued [GET https://api.github.com/repos/djryanash/DualSenseDemoUI: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
People
100 Days of Swift – Project 10 (UIKit): Simple app to store names along with photos of people you've met
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
swiftui-introspect discussion
swiftui-introspect reviews and mentions
-
Can I add a blinking cursor to a TextField when using a custom keyboard?
The SwiftUI Introspect package can probably help here. I know what the correct implementation is for NSLayoutManager in macOS, but I haven’t tried it in iOS.
-
Is it possible to make this kind designs with UIKit?
That's inaccurate. It's built on top of UIKit, at least at the moment, or this kind of project would not be possible. https://github.com/siteline/SwiftUI-Introspect
-
In general, how "safe" is SwiftUI introspect?
Curious if an iOS version bump has ever led to introspect not working and/or crashing.
-
Tracking user scrolling with SwiftUI and UIKit
You can use Introspect to get the underlying UIScrollView
- How do we achieve this sliding keyboard effect?
-
Refreshable modifier issue
That’s because refreshable support to ScrollView was added only in iOS16. If you want to have it also for iOS15 you have to access ScrollView‘s underlying UIScrollView and set an UIRefreshControl on it. The Introspect library is helping here.
-
[SwiftUI] How to set custom font to NavigationBarTitle
You need to install Introspect library.
-
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
-
Posted this on r/swift but seems like this is more appropriate
I don’t believe this is possible I’m SwiftUI, but you should be able to do it if you grab the underling UIKit navigation view controller using this library: https://github.com/siteline/SwiftUI-Introspect
-
LocationButton breaking layout
You're welcome :) I work and worked with UIKit quite a bit and they look exactly the same and have very similar features - but also from some articles I read a few years back when SwiftUI was introduced and tools like SwiftUI-Introspect.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 24 Jun 2025
Stats
siteline/swiftui-introspect is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of swiftui-introspect is Swift.
Popular Comparisons
- swiftui-introspect VS SwiftUIX
- swiftui-introspect VS HighlightedTextEditor
- swiftui-introspect VS SDWebImageSwiftUI
- swiftui-introspect VS neumorphic
- swiftui-introspect VS MovingNumbersView
- swiftui-introspect VS iPhoneNumberField
- swiftui-introspect VS FancyScrollView
- swiftui-introspect VS SwiftUI-Inspect
- swiftui-introspect VS Alerts & Pickers
- swiftui-introspect VS People