I am using parchment library for pagination in my application. When I replace the UIImageView with a UIView in the header example of Parchment, gradient background is not working. I only see white screen.
Gradient works if I add separately in a view, with Parchment, I believe it is overlapped by some layer. I also tried this link but did not work. https://github.com/rechsteiner/Parchment/issues/181
Actual result is a white screen in the header view, expected is the gradient fill.