Animate chevron rotation

This commit is contained in:
Maurice Parker
2019-09-27 05:42:16 -05:00
parent 25fa5e0167
commit 3464fbfc7f
7 changed files with 49 additions and 13 deletions

View File

@@ -48,12 +48,12 @@ struct AppAssets {
return UIImage(systemName: "circle")!
}()
static var chevronDownImage: UIImage = {
return UIImage(systemName: "chevron.down")!
static var chevronSmallImage: UIImage = {
return UIImage(named: "chevronSmall")!
}()
static var chevronRightImage: UIImage = {
return UIImage(systemName: "chevron.right")!
static var chevronBaseImage: UIImage = {
return UIImage(named: "chevronBase")!
}()
static var copyImage: UIImage = {