Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (91)

Sign In or Sign Up now to post a comment!
  • great video!thanks for sharing .. do u want to be an Apple Iphone developer?subscribe to my channel to learn more about what it takes to become a successful one :) see you there!

  • Hi Dev,

    I'm a Newbie to xcode.. I'v tried out your nice tutorial...everything goes ok but in the end I get two warnings...And when I simulate the app it crashes...

    I'm working on version 3.2.6 and 4.3 simulator...

    Could you help me out ?

    Nice tut anyway !!

  • i did this and got this

    "ld: symbol(s) not found for architecture i386

    collect2: ld returned 1 exit status"

  • @NWorksDev which is better to switch XIB files or to switch view controllers?

  • Comment removed

  • Thanks man, this helped me a lot :D

  • Could someone tell me where can I find a good book to learn how to program for iOS devices?? I've been doing a couple of tutorials but I feel that it's not enough!!!

  • Anyway i can get a copy of the video so that i can watch it outside of youtube? sometime i need to watch it again where i have no access but working on apps. (still in teh learning stages)

  • Thank you so much

  • can you remake this for both methods with Xcode 4 please very different

  • if I wanted to hide the back button or any button for that matter how would I? '

    Just curious

  • Your tuts are awesome! Thank you!

  • hey when i open mainmenu.xib it doesn't bring up all the things that your mac brought up only a few of them. what do I do?

  • Can you do this for xcode 4?

  • @howthech yes you can 

  • NIB!!!!

  • Thanks man, i was looking for a method like this since about one week! YOU SAVED ME :) Thanks a lot!

  • awesome! thanks. Where did you learn all this stuff?

  • Thank you so much, you have no idea how much this helped me. My friend and I have been trying to figure out how to do this for about a week, and now we finally got it.

  • Great Tutorial really it helped me very much

  • U g0t Ma|L

  • Good tutorials man I appreciate the help, I especially like your pacing, some guys go too slow, I like that i can pause when I need to and I don't feel like you drag on or anythings. Anyways keep up the great work!

  • Does anyone knows how could i exchange information between the two views?

  • disregard my last post i figured it out

  • could you do this tutorial with instead of second button use a UIBarButtonItem

  • This happens every friggen time i try this. This is about my 7th. Every time, when I click the button on the front page, it leads me into a blank page, and then some other times it just exits the app. Wtf is wrong with it? I am pretty sure I am not making any mistakes as I go over this like 5 times every time I try this but it still does the same god dam thing! Please help me!

  • @Cowwithspoon i had a problem like that, go back and check your capital/lowercase letters in the code. I had like... Mymusic instead of MyMusic..(example) that seemed to not error but cause the program to exit when i pushed a button. It took ten times staring at the program to find the error...

  • Great Video! How can i make a third view!!!? Can you make that tutorial please? there is nothing such on Youtube.

  • When i click the switch back button from the second view, it exits the app. I cant figure out where my error is that is causing this problem, the compiler is not finding any problems. Anyone have any ideas while i keep working on this?

  • Can you help me? I want to switch views like this but not with a button, but upon orientation change.

  • @bax450 Do you just want a landscape view of the app? Just search "iPhone SDK Landscape", there is a great video, also by NWorksDev. You don't need another view. If you wanted something else, I'm not sure, just google it.

  • how do you get all those things when you open the xib file my mac wont do that please help oh and i need it to open with something wich i dont know what to do when that pop ups

  • hi NworksDev ! awesome tutorial u have here !

    damn , could you explain the app how does it work it's something similar thought i asked you best , the app is called WeatherLah

  • Absolutely good job!!! Please keep up!

  • Dude, brand spanking new wet behind the ears iPhone developer here and so far your videos r the only ones iv understood and have actually made sense...please keep em coming....would love to see how to play video clips with tv out allowed and page side swipe with the little page counter at the bottom "the lil dots" THANKS ALOT! :-)

  • here is my ibaction code

    - (IBAction) switchBack

    { QuartzFunViewController *screen = [[QuartzFunViewController alloc] initWithNibName:nil bundle:nil]; screen.modalTransitionStyle = UIModalTransitionStyleCrossDis­solve; [self presentModalViewController:scr­een animated:YES]; [screen release];

    }

  • great tutorial !!

    i tried editing apple's quartzfunview xcodeproj and added my view before the quartzviewfun .. and i followed all the instructions in this tutorial for switching.

    it keeps giving me the following error

    2010-11-06 15:05:40.258 QuartzFun[872:20b] *** -[QuartzFunViewController switchBack]: unrecognized selector sent to instance 0x3e1dfd0

    2010-11-06 15:05:40.259 QuartzFun[872:20b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException',

  • You have absolutely NO idea how much you've helped me! Not a soul on this planet has anything for the 3.2.4 Xcode, and you've solved my issue! Thank you!!!

  • Thankz for the vid I was getting kinda lost in the XIB files

  • Tnx :D

  • Comment removed

  • Great job, this is really helpful. I have a question, i'm getting errors from the pasted script at 4:54 in the tutorial.

    SecondViewController *screen = [[SecondViewController alloc] initWithNibName:nil bundle:nil];

    screen.modalTransitionStyle = UIModalTransitionStyleCrossDis­solve;

    [self presentModalViewController:scr­een animated:YES];

    [screen release];

    i'm using SDK 4.1

    the errors i'm getting are: it's expecting a ] from the first line before initWithNibName

    doesn't know what screen is

  • @LordScruffo I have xcode 4.2 and hi dopnt have a problem

  • @AsianKidsPro Cool, yah i double checked and the code was wrong on my part! Thanks. Cheers.  Great tutorial.

  • @LordScruffo Did you forget to close a previous bracket somewhere else on the page?

  • Good job.

    a very simple tutorial. it really helped me a lot.

    Thanks man. keep up the good work. God bless you.

  • @NWorksDev

    hee man,

    great tutorial, but can i do this with a tab-bar based application to?

    i want to navigate from the tab bar application to a navigation application.

    you understand?

    TX!

  • Can you do a video where u have to buttons on the main page and then they go to a page and then back? thanks

  • @bluuumannn i can probably help you, but you didn't make any sence. please describe more?

  • Thanks GREAT Tutorial

  • why can people only do animations etc in a view based app? i am making this kind of app a window based and i cant find tutorials on how to do ANYTHING in a window based app :(

  • @TomG990 why not use a view based app?

  • YES

    

  • when i "switch back" it exits to the home screen

  • hmmmmn, my buttons on the 'sub views' aren't visible. Any ideas as to what I'm not doing right?

  • Good tutorial. You could mention that when you allocate the second view controller and leave the initWithNibName 'nil', that the controller looks for a .nib file with the same name as the view controller. I was confused why you didn't initialize it with the .xib file you had just created and went and looked for the answer.

  • THANK YOU!!!!!!!!!!!!!

  • Comment removed

  • Does this code work for more than 2 XIB's?

  • @JmanHunsman Yes, but it is a little different. If you want to have your first view, and choose to go to view 2 or 3, make 2 buttons and 2 IBActions for switch, like switchViews2 and switchViews3, and so on. If you need more help, Youtube message me.

  • please watch the video of my iPad application: iLeckturez

  • Thanks a lot!!!

    Exactly the one I'm looking for...

  • Thank you very much!!!! Great Tutorial

  • I'm designing a simple mad libs game where users type inputs on the first controller and I want the output to appear on the second controller. Which way is better this way or with a nav bar controller and how can I change this code to acomodate this?

  • I get this error? in my SecondViewController.m. I have XCode 3.2.2. Can you help?

    request for member 'dismissModalViewControllerAni­mated' in something not a structure or union

  • thanks for the help!!!

  • hey, thanks very much for the great tutorial. I managed to do it perfect for one button but when I tried adding a second linking to a different xib using the same method it just closes the app when I click the new button. any ideas?

  • Thanks! This was perfect.

  • Nice tutorial, I tried this to display a camera view but cant get it to work. Does anyone know if there are any restrictions with UIImagePicker?

  • Thank you so much!!!!!!!!

  • excellent turorial.

  • i guess the computer is u r life?^^

  • you are awesome thanks

  • Thank you! I was having trouble getting Multiple Xib files to work after going though that 30min video from Vimeo. and you solve my problem very quickly

  • Could I do the same thing but with a table view instead of a button??

  • I could do the exact same thing but with Quite a bit of less code lol i will show you later on aim or teamviewer if you want lol nevertheless nice tutorial!

  • this method is far more significant to the method your talking about, believe me i would know ;)

  • great great great this help a lot

  • yipee!!!!

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