malcommac / Flow

Declarative approach to populate and manage UITableViews (see https://github.com/malcommac/FlowKit)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some rows are hidden if not scroll

bellots opened this issue · comments

I've got many different rows which are created in some utility (and dedicated) functions. In every function I return an array [RowProtocol]. The behavior is that when I reload, some of before rows are hidden, until I scroll the tableView. Contents are loaded after fetching data from server.

I checked that the problem seems to be the contentSize that at the beginning is not correct.