@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 ):
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]));
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..
good tutorial you got a clear voice
DancesofDragons 2 weeks ago
-.- my stupid Xcode dosnt have this beginning templates! its 4.2.1 and well geez i hate it!!!!
ptplatypus1 2 months ago
@ptplatypus1 what template did you end up using? I'm having the same problem...
jaylopezkni 2 months ago
@jaylopezkni I would use the single-view based application, it has all the necessary documents to do this.
UtubeIzFuny 1 month ago
if i have 6 different uiviewcontrollers, how do i go back to the main one? thanks a lot
Alwa3edAlsadeq 4 months ago
Sí me sirvió demasiado tu video. Sencillo y claro. Muchas gracias.
fct73 4 months ago
@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 ):
Marshall0788 4 months ago in playlist More videos from MrGarrahan
This has been flagged as spam show
hy can u please tell me how can i put a table view with mutable arays in the second view.. pleaseeeeeeee :)
jhonbpmdeep 4 months ago
@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 4 months ago
@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 4 months ago
@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(dismissViewControllerAnimated:completion:)]) { NSLog(@"didTouchDoneButton 5.x"); [self dismissViewControllerAnimated:NO completion:nil]; } else { NSLog(@"didTouchDoneButton 4.x"); [self dismissModalViewControllerAnimated:NO]; }
}
DoctaMacn101 4 months ago
This has been flagged as spam show
@DoctaMacn101 same issue, but where do thou but these lines? which folder? .m? .h? Many thanks if you manage to save me out of this problem.
GeoffroyMorel 2 months ago
@DoctaMacn101 Were do you place that code?
UtubeIzFuny 1 month ago
This has been flagged as spam show
@ak0mplis Did you manage to resolve it? Still not finding any solution...
GeoffroyMorel 2 months ago
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........
richardlipp21 6 months ago
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?
jnosanov 6 months ago
Excelente gracias (Thanks, excellent..!!)
jfuhrer2009 7 months ago
Great tutorial. I can actually understand it this way.
basj1970 8 months ago
Thanks for this video.
Saarlodri1984 10 months ago
hanks so much.
technologycrazy 10 months ago
Conroller
dargor32 10 months ago
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.
johnydee187 11 months ago
WOW this is great!!!!!! Thanks so much!!!
crmjg 11 months ago