Search code examples
objective-cios4xcode4xcode4.3

can not link the add button to table view controller - Xcode


I need to link the add button from table list view controller to add view controller but the link is cannot created , when i click the add button its move to the another control cannot to be link in xocde


Solution

  • Instead of ctrl-dragging from the graphical representation of your button, ctrl-drag from the list of controls.

    E.g., in the picture below, you can ctrl-drag from "Button - Show Label" on to your view controller.

    enter image description here