gskbyte / GSKStretchyHeaderView

A generic stretchy header for UITableView and UICollectionView
MIT License
1.75k stars 187 forks source link

HeaderView Cover custom cell #51

Closed RoyAnshu closed 7 years ago

RoyAnshu commented 7 years ago

When i presenting the view controller the header covers the cell. And cell is hidden behind header View ...

gskbyte commented 7 years ago

That's not enough information...

RoyAnshu commented 7 years ago

Hello, I had used UIViewController and UITableview classes. In UITableView I had Added GSKStretchyHeaderView (i.e. customize the nib file of headerView according to my use make it subclass of GSKStretchyHeaderView). Then i added the nib file in tableView as a subView.

But When i navigated to that view controller the headerView covers the cell. And cell is hidden behind header View . When i start scrolling then the cell gets normal and it not hidden then. The UI get perfect Behavior. This demo i was also performed with UITableViewController

But When i navigated to that view controller the first look is worst due to hidden cell.. Please suggest how to get normal UI

RoyAnshu commented 7 years ago

Thanks but finally its done ...