AY
Size: a a a
AY
DK
PM
SS
func circleAnimation() {
UIView.animate(
withDuration: 2,
delay: 0,
options: [.curveLinear, .repeat]
) {
self.circlePlayImage.transform = CGAffineTransform(rotationAngle: CGFloat(Double.pi))
}
}
ТМ
ТМ
ТМ
ТМ
PM
tabBarController?.tabBar.tintColor = .systemOrange
В
tabBarController?.tabBar.tintColor = .systemOrange
В
tabBarController?.tabBar.tintColor = .systemOrange
attributes = [NSAttributedString.Key.font: NSAttributedString.Key.foregroundColor: UIColor.clear]
UIBarButtonItem.appearance().setTitleTextAttributes(attributes, for: .normal)