UITableView dequeueReusableCellWithIdentifier: returns nil more than once

Posted by Indoor on Stack Overflow See other posts from Stack Overflow or by Indoor
Published on 2010-03-21T00:32:10Z Indexed on 2010/03/21 0:41 UTC
Read the original article Hit count: 345

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?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview