In the app I am doing, I have a fullscreen collection view with paging and I want the status bar to be displayed on top of the collection view (the status bar background being transparent so that the battery level and other texts are drawn on top of what's under the status bar, ie the collection view) but I end up having a black background for the status bar and a weird animation when I scroll, changing the height of my cells to take the status bar height into consideration...
releasing so it will align the page
How can I disable this effect so that my collection view pages scroll under the status bar with no effect?
Thank you!