MP
Size: a a a
MP
СМ
ЭП
if onOff == false {
Image(image)
.transition(.scale)
.animation (.default)
} else {
Image(nextPhoto.name)
.transition(.scale)
.animation (.default)
}А этот - нет. Image(onOff ? image : nextPhoto.name)Как исправить? Буду безумно благодарен.
.transition(.scale)
.animation (.default)