view in the fromView parameter to the view in the toView parameter.
а как им цвет в одном view поменять?
UIView.transition(with: connectingLabel, duration: 0.65, options: .transitionCrossDissolve, animations: { self.connectingLabel.textColor = self.isAlpha ? UIColor.animatingEmail.withAlphaComponent(0.55) : .backgroundEmail self.isAlpha = !self.isAlpha }, completion: nil)
Обсуждают сегодня