Fantastic job man - thank you - for those complaining the tutorial goes to fast, youtube has some new features called "pause" "rewind" , you might check em out.
I think you did great getting me off on this video! I'm creating an app that will be used around our town as a referencing device for landmarks, etc. Can I ask, after you get to the second page, how can you get to the third? Youd add another one of these onto that main view page right?
- (IBAction)boeingsender:(id)sender
{
boeing *Boeing = [[boeing alloc] initWithNibName:nil bundle:nil];
Can you help me? im making a twitter app and im trying to put the log on info on a different thing like this and i get errors building. How would i get it to work right?
if i have more than 2 views how can i make it go back to the original view without using a back button? If i connect a done button from the last view to the first it doesn't work. any help would be appreciated thanks.
Could you please tell me how to write a simple app that switches between two view controllers without using a Tab Bar or Nav Controller? I'm new as you can tell and cant seem to figure this seemingly simple thing out on my own. Thanks! Great videos BTW
Thats whta the tutorial told you to do. if you drag a rounded rec button onto the view, instead of a bar button, it will work just the same. That was just his example! Hope i helped!
i followed everything step by step, but i don't have "Received Action" like you do at 3:00. The code is right, and File's Owner is selected. Please, someone help.
Good example of this is the Flip Application that comes as a template in Xcode... Flip app applies the same technique just using a different animation and a little more complex code... this tut is still nice coz it shows the most simple code to do it from scratch... thanks hdiphone
man i dont know what im doing wrong, when ever i get to the procces of doing the connections i fail. i dont have that button you are talking about. could you put a link in the discription were i could download this project and compare it because i dont know what im doing wrong .
thanks bro
AppleMacApp4U 1 year ago
anyone know how to do this withing a tab view controller. as it hides the tab bar from me at the moment once i switch views....
BarryP85 1 year ago
Excellent tutorial!
Noyabronok 1 year ago
Fantastic job man - thank you - for those complaining the tutorial goes to fast, youtube has some new features called "pause" "rewind" , you might check em out.
Myerzman 1 year ago
Hi hd iphone hey i followed PERFECTLY xcode didin´t marked any errors, but when i run it on th simulator, it crashes when i click the button.
What should i do???
nactd 1 year ago
thx buddy, i think i learn better from you youngins. Other tutorials seem to skip over large areas of code.
KingMushroom 1 year ago
Thanks!!! This was very helpful for me!!
yummynekogurl 1 year ago
nice
laxplayer1199 1 year ago
I think you did great getting me off on this video! I'm creating an app that will be used around our town as a referencing device for landmarks, etc. Can I ask, after you get to the second page, how can you get to the third? Youd add another one of these onto that main view page right?
- (IBAction)boeingsender:(id)sender
{
boeing *Boeing = [[boeing alloc] initWithNibName:nil bundle:nil];
[self presentModalViewController:Boeing animated:YES];
[Boeing release];
}
captainntyson 1 year ago
u suck explaining. u go to fast
xmiztlix 1 year ago
I would like to find a programm ....Which author used to make the video in 0:27 -0:44
Anybody know what is this programm ???? )))) hlp me please ;)
GeorGPlayboy 1 year ago
@GeorGPlayboy I think it's iMovie. He got the sound effect from somewhere else and put it in the title.
caiZlock 1 year ago
@caiZlock Probably it's Final Cut... but I am't sure :)
GeorGPlayboy 1 year ago
Can you help me? im making a twitter app and im trying to put the log on info on a different thing like this and i get errors building. How would i get it to work right?
Ipoditouchreview3r 1 year ago
Great Video. Source code available?
grecobobo 1 year ago
At 5:06 you should have included a release of the Second object...
[Second release];
or else you have a memory leak. No?
carticipate 2 years ago
Can you explain the memory leak in 5:06? thanks:)
Felipecabesas 2 years ago
[[Bravoooo] thanks man you are a awesome teacher];
Felipecabesas 2 years ago
Hmmmn. I cant seem to make my simulator do the wush (up) animation when i push the button..
Felipecabesas 2 years ago
Great tutorial! Can you upload the source somewhere please?
omfgimagic 2 years ago
how do you make the views do other animations?
gtLittlestwarrior 2 years ago
search it in documentaion
HowToAppStore 2 years ago
if i have more than 2 views how can i make it go back to the original view without using a back button? If i connect a done button from the last view to the first it doesn't work. any help would be appreciated thanks.
spearmint25 2 years ago
use a seperate IBAction Method
iPhoneAddictSDK 2 years ago
Smartest kid on the web
5 stars
If your code doesn't work, check your typing.
hatmangogle 2 years ago
Could you please tell me how to write a simple app that switches between two view controllers without using a Tab Bar or Nav Controller? I'm new as you can tell and cant seem to figure this seemingly simple thing out on my own. Thanks! Great videos BTW
aapilot787 2 years ago
thats exactly with this tutorial did.....
iHacker45 2 years ago
Thats whta the tutorial told you to do. if you drag a rounded rec button onto the view, instead of a bar button, it will work just the same. That was just his example! Hope i helped!
j0egas 2 years ago
keep em coming! XD
lamco0L 2 years ago
Thank you so much ! Much simpler than another video tutorial that I watched earlier !!!! Thanks Man :) Subscribed :)
DauntlessEagle1 2 years ago
Great! Thanks a lot!
xxicay 2 years ago
Hi, is it possible to make a UItempleView with a NavigationController in the second view?
thnx
limpiify 2 years ago
i followed everything step by step, but i don't have "Received Action" like you do at 3:00. The code is right, and File's Owner is selected. Please, someone help.
TotallyBoredDudes 2 years ago
If you build and go and then try see, it will be there:)
billymorsjo 2 years ago
i have the same problem when i build and go, it sayed i have errors on the page
Geekostech 2 years ago
Comment removed
jessijordanmusic 2 years ago
instead click on the button and hold control why dragging your mouse to files owner.
macheads101 2 years ago
Comment removed
cmcclellau 2 years ago
Very good tutorial! Very well explained, great quality with a clear sound. 5 stars, definitely.
Goldex13 2 years ago
at 3:00, i don't see "Recieved Action"
jaystech 2 years ago
it's selector.
macheads101 2 years ago
Sorry to be off-topic, but what software did you use to create the intro screen? the one right after the banolka recommend.
CuteKooh 2 years ago
Good example of this is the Flip Application that comes as a template in Xcode... Flip app applies the same technique just using a different animation and a little more complex code... this tut is still nice coz it shows the most simple code to do it from scratch... thanks hdiphone
kazthor 2 years ago
Thank you for explaining this! I've been searching everywhere for an answer - without much luck.
TUInHighDef 2 years ago
pliz you cen show me how to Switch ViewsControllers
from first ViewsControllers
Switching 3 view
go back to the ferst view
i need to control from the first view
3 view
albotrg 2 years ago
How would I switch views with multiple buttons? Ex: a main menu with and options, credits, and load button?
GreenTunic1995 2 years ago
man i dont know what im doing wrong, when ever i get to the procces of doing the connections i fail. i dont have that button you are talking about. could you put a link in the discription were i could download this project and compare it because i dont know what im doing wrong .
But over all great tutorial
geniousmac 2 years ago
can i get a download for the package?
ipodtouchhackster 2 years ago
dude why does the initWithnibName: nil bundle: nil???
shouldn't the nib name be the: SecondViewController ???
cavf88 2 years ago
its optional
HDiPhone 2 years ago
ah ok thx
cavf88 2 years ago
You also wanna do [second release];
ipodtouchguru3 2 years ago
nope
HDiPhone 2 years ago
@HDiPhone
Why does second not need to be released? I thought anything that is allocated by the programmer must be manually released.
novellterminator 1 year ago
its not .ib, its .xib.
ipodtouchguru3 2 years ago
i call it ib
HDiPhone 2 years ago
Can you make a video on how to add a Picker View screen to a project that already has a main screen
blondy1996 2 years ago
is the iPhone sdk only for Mac?
sweetfeet104 2 years ago
yea...
rocktheworld2k6 2 years ago
yes
blondy1996 2 years ago
iPhone development is only with xCode on mac
ski4kil 2 years ago
yeah it is
geniousmac 2 years ago
thanks for this tutorial, this helps alot
geniousmac 2 years ago
what program do you use to record strait off of your computer?
thepeepzofearth 2 years ago
screenflow
blondy1996 2 years ago
I'll buy a shout out for a penny!!! I know you jewish peeps like change ;)
jima6636 2 years ago
lol
rocktheworld2k6 2 years ago
lol nice jim!
volcommistech 2 years ago
nice
vjlvjlvjlvjlvjlvjlvj 2 years ago