Hi, I have a setup much like instagram explore , which has a scrollView with a grid of cells inside. and in the footer of the app I have some buttons which has higher depth of the cells. which looks like this :

The problem is the footer and all its items has more depth than the cells but the cells get the click and prevents the footer buttons from getting the click. the hierarchy looks like this :
-ScrollView
--Grid
---Cell1
---Cell2
---Cell3
-Footer
--Btn1
--Btn2
--Btn3
I'll appreciate if anyone can help me with this.
Thanks