2017-09-06 5 views

Répondre

0

essayer ce code

let main = UIView() // cell view name 
let transition = CATransition() 
transition.duration = 0.5 
transition.type = "flip" 
transition.subtype = kCATransitionFromLeft 
main.layer.add(transition, forKey: kCATransition) 
+0

j'ai 2 vues pour fliping, comment atteindre? –

+0

son ne fonctionne pas –

+0

je ne veux pas retourner la cellule, je veux renverser la vue à l'intérieur de la cellule, ne fonctionne pas. –