Ios swift – In SwiftUI, I can't change the placeholder text color of a TextField if the text is a link
I found an issue with TextField in SwiftUI. I used a TextField in my app and set a placeholder that is a link like 'www.abcdefg.com'. However, the placeholder color is blue instead of gray. I don't know how to change…