微修正
- 開発環境でUltra2を動かしてみましたが、「On」「Off」ボタンがうまく表示されませんでした。改行されてしまいます。
- Ultra0 Series6
- 改良点
- 「On」「Off」ボタンと「ピンイメージ+数字」ボタンをイメージボタンに変更しました。
-
- Ultra0 Series6
-
- //コメントは改良前
-
Image(systemName: "location")
.foregroundColor(.white)
.font(.system(size: 18))
// Text("On")
// .foregroundColor(.white)
// .font(.system(size: 11))
}
Image(systemName: "location.slash")
.foregroundColor(.white)
.font(.system(size: 18))
// Text("Off")
// .foregroundColor(.white)
// .font(.system(size: 11))
}
Image(systemName: "p1.button.horizontal")
.foregroundColor(.white)
.font(.system(size: 23))
// Image(systemName: "mappin.circle.fill")
// .foregroundColor(.white)
// .font(.system(size: 12))
// Text("1")
// .foregroundColor(.white)
// .font(.system(size: 12))
Image(systemName: "p2.button.horizontal")
.foregroundColor(.white)
.font(.system(size: 23))
// Image(systemName: "mappin.circle.fill")
// .foregroundColor(.white)
// .font(.system(size: 12))
// Text("2")
// .foregroundColor(.white)
// .font(.system(size: 12))
Image(systemName: "p3.button.horizontal")
.foregroundColor(.white)
.font(.system(size: 23))
// Image(systemName: "mappin.circle.fill")
// .foregroundColor(.white)
// .font(.system(size: 12))
// Text("3")
// .foregroundColor(.white)
// .font(.system(size: 12))
ここまで読んでいただき、ありがとうございます