First of all I wan't to thank you for this great lib - it's really solid and pretty much awesome. What bothers me is that how to init the extension view when the data will be fetched from Network service. Right now I'm doing following:
self.shyNavBarManager.scrollView = tableMain
self.shyNavBarManager.extensionView = header//this is view I create earlier
self.shyNavBarManager.stickyNavigationBar = true
reloadData()//here make service call and then CollectionView.reloadData()
The problem is that extension view partially covers my first row. Scrolling works perfect and offset is not wrong, but this is not acceptable by the requestors.
Hi,
First of all I wan't to thank you for this great lib - it's really solid and pretty much awesome. What bothers me is that how to init the extension view when the data will be fetched from Network service. Right now I'm doing following:
The problem is that extension view partially covers my first row. Scrolling works perfect and offset is not wrong, but this is not acceptable by the requestors.
See what I meant: http://prntscr.com/axxhts
And how it looks after I manually scroll it a little: http://prntscr.com/axxi9u
Any help will be highly appreciated.