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??????

      

Whatsapp chat screenshot

+3


source to share


1 answer


You have to use UITableView and there is an API for bubbles like whatsapp



-2


source







All Articles