I want to pass data from UICollectionViewCell when I selected to UITableView and displayed inside UITableView Inside the array 
This is a images are for reference :


so I output the data to string
cell.foodName.text = foodnameout
cell.priceS.text = foodpriceout
cell.foodcounttext.text = foodcountout
println("\(cell.foodName.text):\(cell.foodcounttext.text)")
 
    