I have a UITableViewDataSource that return 6 in the func
tableView(UITableView, numberOfRowsInSection: Int)
Oddly enough the func
tableView(UITableView, cellForRowAt: IndexPath)
it is executed only 5 times and I have only 5 cells created and one is missing. This happens only in one orientation. in the other I get 6 cells constructed It's the first time I see this, why can this happen?