MessengerKit icon indicating copy to clipboard operation
MessengerKit copied to clipboard

Floating Sticky dates for section headers - like whatsapp

Open punithbm opened this issue 7 years ago • 2 comments

Hi @steve228uk ,

Nice work - it helps a lot. Had a question : How to enable sticky header to show current date.

punithbm avatar Jun 28 '18 12:06 punithbm

As the base for MessengerKit is a UICollectionView you can provide a custom flow layout in a MSGMessengerStyle that provides sticky headers. This tutorial might help: https://cocoacasts.com/how-to-add-sticky-section-headers-to-a-collection-view

As this is likely going to be a highly requested feature I’ll look to implement a style for it in the future.

steve228uk avatar Jun 28 '18 16:06 steve228uk

@steve228uk @tech4solitude

Maybe these links are useful:

https://developer.apple.com/documentation/uikit/uicollectionviewflowlayout/1617699-sectionheaderspintovisiblebounds

https://developer.apple.com/documentation/uikit/uicollectionviewflowlayout/1617701-sectionfooterspintovisiblebounds

Makes it really easy to have a sticky header/footer :)

alessioarsuffi avatar Mar 18 '19 03:03 alessioarsuffi