Hi,
I am getting a problem where UIcollectionview cell is disappearing after being displayed for a moment. I have debugged the UI and check all the things related to Memory deallocations and hide and show of all views within UIcollectionviewcell.
In my app there is one collectionview cell visible one at a time and scroll direction is horizontal, as i scroll for another cell after loading for a moment cell is getting disappeared and balck background of collection view start appearing.
Pain of the problem is that it is working fine below iOS 10, i.e. for iOS 9.x or earlier veriosns. The problem is only coming on iOS 10 iPad devices as this app support only iPad devices.
Please suggest any solution or any hint, I am stucked in this problem and i have no idea of that of any root cause to that problem.
http://screencast.com/t/KJuACeLgfSy
Here is the video screencast attached.