-1

I am sorry for posting this, but i am beyond fried and cant figure out whats wrong with this, i am posting images, its a very simple app.

I am trying to have a reusable Prototype Cell.

I can't have Simple TableViewController, because i have to embed other things.

Here is my code, see if i am missing something?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Kashif Zaidi
  • 531
  • 1
  • 6
  • 15

2 Answers2

0

This error is pretty common when you delete an outlet from the .h/.m file but you leave the reference in the xib. It is saying that probably in the xib a label on the cell is linked to an outlet that doesn't exist anymore, in particular "labela".

Andrea
  • 26,120
  • 10
  • 85
  • 131
0

your label in the cell class is called sameen but in Xcode i can't see what its called. From the logs it seems to be looking for labela.

Recheck the outlet and connect to sameen

hackerinheels
  • 1,141
  • 1
  • 6
  • 14