i have use a UIcollectionviewCell in that i apply that uiview animation that animation i have use in update colock method i have apply simple animation
UIView.animate(withDuration: 0.7, animations: { () -> Void in })
in that UIcollectionview didselect method Not Working .
can you help me ...??