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

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -