Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (23)

Sign In or Sign Up now to post a comment!
  • good tutorial you got a clear voice

  • -.- my stupid Xcode dosnt have this beginning templates! its 4.2.1 and well geez i hate it!!!!

  • @ptplatypus1 what template did you end up using? I'm having the same problem...

  • @jaylopezkni I would use the single-view based application, it has all the necessary documents to do this.

  • if i have 6 different uiviewcontrollers, how do i go back to the main one? thanks a lot

  • Sí me sirvió demasiado tu video. Sencillo y claro. Muchas gracias.

  • @MrGarrahan I had the same problem with the Go Back button not working in Xcode 4.2 I used storyboard for my first view instead of a xib file because 4.2 doesn't start you out with a xib file for view controller..im confused ):

  • @MrGarrahan

    I tired to do this in xcode 4.2 and it worked to go to the next view but when i try to go back i get a EXC_BAD_ACCESS error in the main.m file: @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));

    }

  • @DoctaMacn101 Were you able to resolve the error you were getting? I am getting the same error and am unable to resolve. thanks in advance.

  • @ak0mplis

    yes, someone helped me out. he said that the new ios changed some things in the API and heres the code that worked

    -(IBAction)back:(id)sender;{ if ([self respondsToSelector:@selector(d­ismissViewControllerAnimated:c­ompletion:)]) { NSLog(@"didTouchDoneButton 5.x"); [self dismissViewControllerAnimated:­NO completion:nil]; } else { NSLog(@"didTouchDoneButton 4.x"); [self dismissModalViewControllerAnim­ated:NO]; }

    }

  • @DoctaMacn101 Were do you place that code?

  • Hi... hey you are one of the best on here. Your lesson are very audible, visible and the logic is right on and easy to understand. Please keep em comin..

    thx........

  • Hi. I am having trouble. I get a sigabrt when I try to add the subview. It says it could not load the NIB in bundle. Any thoughts?

  • Excelente gracias (Thanks, excellent..!!)

  • Great tutorial. I can actually understand it this way.

  • Thanks for this video.

  • hanks so much.

  • Conroller

  • Is there anyway to switch views with a timer?So when it counts down and reaches 0 it will go to the next view? I really need some help on this.

  • WOW this is great!!!!!! Thanks so much!!!

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more