I have a simple question, I suppose, but I cannot find anything.
What's the number at the end of line 6, + 429?

|
I have a simple question, I suppose, but I cannot find anything. What's the number at the end of line 6,
| ||||
feedback
|
|
EDITED It means that the return address for stack frame 6 is 429 bytes past the start of the -[#### tableView:cellForRowAtindexPath:] function. It might be inside that function, or it might be past the end of the function but not inside any other known function. | |||||||||||
feedback
|