Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
IGGridView header hide behind the pullDownCell when grid is empty.
posted

I am using IGGrid in my iOS app, and I'm using pullDownCell to refresh grid data. The issue is when grid has no data means number of Rows are zero and if I pull grid view to refresh data then grid header hides behind the  pullDownCell but if grid has some data then pullDownCell works fine. So why IGGridView header hides behind the pullDownCell when grid is empty? Also, how can I solve this issue?