Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Error: No member introspectTextField #425

Unanswered
darrenmathews asked this question in Q&A
Discussion options

I'm using the following code, but getting an error

clang: error: no such file or directory: '/Users/darren/Library/Developer/Xcode/DerivedData/DEV-TEST-bjfixcscdkaijrfxhreuafsdoukw/Build/Intermediates.noindex/Previews/iphonesimulator/DEV-TEST/Products/Debug-iphonesimulator/PackageFrameworks/SwiftUIIntrospect-Dynamic.framework/SwiftUIIntrospect-Dynamic')

import SwiftUIIntrospect
struct NoKeyboardTextFieldModifier: ViewModifier {
 func body(content: Content) -> some View {
 content
 .introspectTextField { textField in
 textField.inputView = UIView() // Empty view to prevent keyboard
 }
 }
}
extension View {
 func noKeyboard() -> some View {
 self.modifier(NoKeyboardTextFieldModifier())
 }
}
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /