I defined an uitableviewcontroller with static cells in Xcode 4.2 ,the problem is when i want to connect objects like buttons or txtfields to my headers automatically, when i push controls and drag line to code it says:
Could not insert new outlet connection: no @implemention found for class “uitableviewcontroller”
and then nothing, just this error.
I found it ,You can’t define default classes ,so you have to define your own classes and don’t use the default classes.