Chat app using UITableView Vs UIcollectionView (iOS)?
I am going to develop a chat application. but i am concerned that i have to go for a UITableView or UICollectionView for this bubble view like in whatsapp.
Below is a screenshot of WhatsApp Chat. If anyone knows what WhatsApp is used for this screen?
UITableView or UICollectionView??????
+3
Gagan joshi
source
to share
1 answer
You have to use UITableView and there is an API for bubbles like whatsapp
- https://github.com/ppanopticon/PTSMessagingCell/
-2
Aneeq Anwar
source
to share