When I do the swipe to pop gesture from a view controller with images to another there's a jittery glitch in the disappearing view (the 1px white line). I'm using the system swipe UIGesture.
Any idea on how to solve that? Thanks!
View Hierarchy
+ Scroll View (container)
| - ContentView
| - - Header Image
| - - Title Label
| - - Author/ Date Label
| - - Post Content
Constraints
|
|-[Header Image]-|
|
|-[Title Label]-|
|
|-[Author/ Date Label]-|
|
|-[Post Content]-|
|