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.
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.