Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WKInterfaceImage オブジェクトのサイズを変更するにはどうすればよいですか? 公式ドキュメントには、この簡単な手順を実行する方法はありません。
にUIImage提供する は、WKInterfaceImageすでに目的のサイズになっているはずです。そうでない場合は、ウォッチに送信する前に iPhone でサイズを変更してください。
UIImage
WKInterfaceImage
それでもサイズを変更したい場合は、setWidth(_:)andを呼び出しますsetHeight(_:)。これにより、画像のスケーリング モードも "scale to fill" に変更されます。
setWidth(_:)
setHeight(_:)