ios - Collection View in a Table View not recognize all sections -
i have collection view inside table view. table view has 5 sections in moment, collection view actives 3 times function:
func collectionview(collectionview: uicollectionview, numberofitemsinsection section: int) -> int {
and table view actives 5 times function:
override func tableview(tableview: uitableview, numberofrowsinsection section: int) -> int { return 1 }
why be?
if need examples, ask them.
Comments
Post a Comment