UITableView dequeueReusableCellWithIdentifier: returns nil more than once
- by Indoor
In my test on the device and in simulator, dequeueReusableCellWithIdentifier: returns nil more than once (about 5 times for a table with 15 rows). Is this normal? I was under impression it should return nil only the very first time?