So i want to create a tableview which will be having a parallax header with an imageview inside the header and a uiview below the parallax header which will be fixed above the tableview, as if there is a uiview above the tableview.
--NavBar--
----Parallax header -----
----UIView------
---Tableview-cells----
Now the scrolling will become as this when i scroll down (for more cells).
--Navbar---
----UIView----
----TableviewCells scrolling---
Scrolling the tableview upward will decrease the header, as a parallax header should do, but the limit would be upto the uiview, after that the y of the tableview wont be decreased, and normal scrolling will commence(of course the tableview height will increase as the origin y decreases.)
Any idea how to achieve this? i got a sample code from cocoacontrols, but the desired effect comes as the tableview goes up, the uiview appears.
Here's the link to the sample code on github