foregroundColorが非推奨に
iOS17からforegroundColorが非推奨になりました。
‘foregroundColor” will be deprecated in a future version of ios:
renamed to foregroundStyle(_:)’
renamed to foregroundStyle(_:)’
これからの書き方
これからは、.foregroundStyle
を使いましょう。使い方は変わらないです。
Text("Hello, world") .foregroundStyle(.red)