nathantannar4 / InputBarAccessoryView

A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments
MIT License
1.17k stars 229 forks source link

Support video attachments using VideoMessage and VideoAttachmentCell #192

Closed SamuelFolledo closed 2 years ago

SamuelFolledo commented 3 years ago

What does this implement/fix? Explain your changes.

It allows to easily create a video attachment cell with a play button and the video's duration.

Does this close any currently open issues?

No it is for easy usability by simply creating a VideoMessage from an asset

Any relevant logs, error output, etc?

No errors

Any other comments?

Please send me feedback on what you think and how I can improve to make this awesome library even better

Where has this been tested?

This has been tested mostly on iOS 13 and iOS 14 on all devices

Kaspik commented 3 years ago

Could you please drop here screenshots or video/gif of usage and how it looks like - just for visibility in the future? :)

Kaspik commented 2 years ago

@SamuelFolledo Are you planning to finish this PR?