When I call dequeueReusableCellWithIdentifier
it is freezing my code and does never return any cell (or nil
) I change the code from my custom class to a UITableViewCell
to be sure the problem wasn't in my class, I also create a brand new empty cell to call with the identifier.
I add a log before and after the call for dequeueReusableCellWithIdentifier
as you can see in the screenshot the one before gets called once and the one after never.
I try to clean and build, clean the project folder, delete DerivedData, restart the computer. I can't see any exceptions or what is really holding the code.
Any suggestions?