“быстрое оживление” Ответ

Свифт, как оживить изменение ограничения


You need to first change the constraint and then animate the update.

self.nameInputConstraint.constant = 8

UIView.animate(withDuration: 0.5) {
    self.view.layoutIfNeeded()
}
Impossible Ibex

быстрое оживление

self.nameInputConstraint.constant = 10
UIView.animate(withDuration: 0.5) {
    self.view.layoutIfNeeded()
}
Rouani Ayoub

быстрое оживление

self.nameInputConstraint.constant = 8

UIView.animate(withDuration: 0.5) {
    self.view.layoutIfNeeded()
}
Rouani Ayoub

Ответы похожие на “быстрое оживление”

Вопросы похожие на “быстрое оживление”

Больше похожих ответов на “быстрое оживление” по Swift

Смотреть популярные ответы по языку

Смотреть другие языки программирования