I\'m trying out the new Xcode 4.2 Beta and I\'m wondering if my code is wrong or if I\'m bumping in to an bug.
The new Storyboard feature is promising but extremely bug
You should not add the title or the image or detail label to an outlet.
Why do you need an outlet anyways ?
They get modified implicitly inside the code when you implement the protocols.