We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @steve228uk ,
Nice work - it helps a lot. Had a question : How to enable sticky header to show current date.
The text was updated successfully, but these errors were encountered:
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
MSGMessengerStyle
As this is likely going to be a highly requested feature I’ll look to implement a style for it in the future.
Sorry, something went wrong.
@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 :)
Dump former MessageKit repo contents (steve228uk#3)
f11462c
* Dump former MessageKit repo contents * Update MessageKit.podspec
No branches or pull requests
Hi @steve228uk ,
Nice work - it helps a lot.
Had a question : How to enable sticky header to show current date.
The text was updated successfully, but these errors were encountered: