Skip to content
New issue

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

Combine multiple images and text in a single bubble #15

Closed
saqibdb opened this issue Apr 20, 2021 · 2 comments
Closed

Combine multiple images and text in a single bubble #15

saqibdb opened this issue Apr 20, 2021 · 2 comments
Labels
question Further information is requested

Comments

@saqibdb
Copy link

saqibdb commented Apr 20, 2021

Hello, the pod works beautifully and controls are very good as well.
But I am wondering if there is any possible way to combine multiple images and text in a single bubble

image

@ekazaev
Copy link
Owner

ekazaev commented Apr 21, 2021

@saqibdb Thank you very much. Of course it is possible. You just need to implement it the way you like. For example use the current image cell in the example app and propagate there 4 images instead of 1. I would also recommend to optimize image sizes to that rendering of said images would be seamless.

ChatLayout doesn't enforce you to use any specific UIViews to create your collection cells. You can create them the way you like. It can be any UICollectionViewCell or UICollectionReusableView. There are some generic UIViews bundled with the library that may help you to build them faster. However, you do not have to use them.

@ekazaev ekazaev added the question Further information is requested label Apr 21, 2021
@saqibdb
Copy link
Author

saqibdb commented Apr 21, 2021

Allright, yes got it..... Thanks

For anyone using the example, go to ImageView.swift and make multiple imageViews to incorporate the results

@saqibdb saqibdb closed this as completed Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants