Hi I am creating an app where I need to show day and time , in which day are showing first in the table view cell and when click on table view cell the cell will expand and show the collection view , in this collection view I have list of time of that particular date. So my question is how to show these array of time in collection view so that I do not need to scroll , the height of collection view will increase according to its content.