update comment per code review

This commit is contained in:
Michael Kirk 2018-12-10 10:06:45 -07:00
parent 6556a3173c
commit e776a2410c

View File

@ -413,7 +413,7 @@ class ImagePickerGridController: UICollectionViewController, PhotoLibraryDelegat
self.updateSelectButton()
// *slightly* more than `pi` to ensure the chevron animates anti-clockwise
// *slightly* more than `pi` to ensure the chevron animates counter-clockwise
let chevronRotationAngle = CGFloat.pi.nextUp
self.titleIconView.transform = CGAffineTransform(rotationAngle: chevronRotationAngle)
}.retainUntilComplete()