Sticky header view inspired from android coordinate layout
example usage:
--You can use as facebook navigation controller (show hide navigation controller on scroll)
--You can use as WhatsApp user detail screen
-- Expand - collapse Navigation bar
Totally Customizable
self.table?.contentInset = UIEdgeInsetsMake((headerBar?.frame.size.height)!, 0, 0, 0)
self.headerBar?.getProgressValue({ progress in
// Do your animation as per need
})
--You will get progress 1 when it's fully open to maximum height
--progress 0 when it's fully collapsed to minimnum height
You can easily install using pod
pod 'AVLighterStickyHeaderView', '~> 0.2'
-- Hope you like it.
If you have any query or suggestion you can always contact me at vasaangel91@gmail.com
