Xcode 4.2 Compilation Failed with prototype cell

前端 未结 7 1903
陌清茗
陌清茗 2021-02-06 05:54

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

7条回答
  •  抹茶落季
    2021-02-06 06:18

    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.

提交回复
热议问题