iphone - I am (also) having trouble making connections between code and Interface Builder -


I have only one question about this, but there is a better description of the problem.

Using Inteface Builder (IB) I am unable to connect a button to the View Controller ("File Owner") in Apple's sample. It is only related to "first responder", yet somehow, the sample has completed it (see image).

To keep it the other way, if I sample a movie player, open "Main Wando.xb" in IB and select "Button" and "My Movie View Controller" (see image) Delete the connection between the beaches, I'm unable to recreate that connection .

I know that this should be a nasty question, but I would like to be incredibly grateful for anyone who can help me on this.

In advance,

  • Open the MyOverlayView and TabBarController

    This is connected to the IBAction on the view controller for the "Local" tab, to make it again:

    • Open MyOverlayView and TabBarController
    • Right-click on the round button in
    • to bring MyOverlayView Connection Observer.
    • Drag the left from the circle next to the "Local" tab button in the TabBarController window next to the "Touch up" event Interface Builder interprets this as the intent to create a connection to the UIViewController subclass that is managing that tab. -. In this case MyMovieController
    • A popup appears that when you release the mouse button, the IBAction selection is associated with the OverlayView button Action that you want to connect to the event. If you look at the code, that function does nothing, but you can put some stuff there and entertain yourself or you can try to create an IBAction on the movieplayer appellate and add that event (this In case you will drag the connection to the "Movie Player App Rep" icon in the main window.

    Hope that helps! :)


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -