steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 129 forks source link

Floating Sticky dates for section headers - like whatsapp #3

Open punithbm opened 6 years ago

punithbm commented 6 years ago

Hi @steve228uk ,

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

steve228uk commented 6 years ago

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.

alessioarsuffi commented 5 years ago

@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 :)