I'm trying to develop a screen like Status Update of facebook, when the user takes a picture, I want create a thumbnail and add to a component (I think UICollectionView). What is the best way to do this? I can't find anything on internet. Is the CollectionView the best component to handle this? I'm already take a picture and thumbnail, but how to add to this component dynamically?
