Transition between UITableViews overlays information from both views

0

I'm working with UITableView s embedded in a NavController . It happens that when I make the transition from one view to another gives the impression that merges the information of both views for a few milliseconds.

I leave a video of the behavior of the views.

link

Is this a co-behavior characteristic of the animation between views ?. Or should I do something in my sight A before moving on to view B to avoid that "fusion"? Maybe something in ViewDidDissapear ?. I do not put code since it happens to me in all transitions between views.

I have tested on a real device and the same thing happens in the simulator.

    
asked by Víctor Gonzal 14.08.2016 в 06:52
source

2 answers

0

Try doing a pushViewController without animation.

    
answered by 05.09.2016 в 09:54
0

In the second ViewController set property clipToBounds of view principal

    
answered by 07.10.2016 в 13:11