findNavigator

How can I paste a string to the findNavigator of a TextEditor ?

Answered by DTS Engineer in 867335022

Thanks for your question, looks like you ask the same question last week at https://developer.apple.com/forums/thread/807276

Trying to see what you asking but I am a little lost. I would recommend to provide more information about what you are trying to accomplish if you can.

Here are a few suggestions that might help it attract more attention:

  • Provide more details: Expanding on your post to include any error messages, code snippets, steps you've already taken to troubleshoot, and the expected/actual outcomes would be very helpful.
  • Be specific about your technology stack: Clearly state the programming languages, frameworks, or tools you are using.
  • Check for duplicates: Before posting, make sure your question hasn't been asked before. You can use the search bar to find similar threads.

I'm sure someone in the community will be able to help once you have a chance to update your post.

Albert Pascual
  Worldwide Developer Relations.

Accepted Answer

Thanks for your question, looks like you ask the same question last week at https://developer.apple.com/forums/thread/807276

Trying to see what you asking but I am a little lost. I would recommend to provide more information about what you are trying to accomplish if you can.

Here are a few suggestions that might help it attract more attention:

  • Provide more details: Expanding on your post to include any error messages, code snippets, steps you've already taken to troubleshoot, and the expected/actual outcomes would be very helpful.
  • Be specific about your technology stack: Clearly state the programming languages, frameworks, or tools you are using.
  • Check for duplicates: Before posting, make sure your question hasn't been asked before. You can use the search bar to find similar threads.

I'm sure someone in the community will be able to help once you have a chance to update your post.

Albert Pascual
  Worldwide Developer Relations.

I'm coding in swiftUI. I've a TextEditor. When I make appear the findNavigator of this TextEditor I want to copy a string to the searchText by program when it appears. I think it's possible to copy this string to the findNavigator but I don't know how to do this. Perhaps sending a copy command to the view ancestor ?

findNavigator
 
 
Q