I\'am using this code to make collection view inside table view
import UIKit struct bookS { let title : String let photos : [UIImage] } class Ta