Do you know why when I create a new project, (for example: Test) my appdelegates are not labeled Testappdelegates.
I have solved this by manually changing them in the code, but I am sure this will generate errors as I work. Is this a setting? it is really annoying...
i want to learn how to make iphones apps so hard but i always seem to fail at programming :( i already tried c++ and lua in the past but its always chinese for me D: i never rememeber and understand a thing heh :/
@drivermini you obviously havent set the labels etc in the code at the .h file, if not set they most likely wont appear when you right click on file owner....by the sound of it you have a tiny mistake, one of the things of being a software engineering its not the big problems its the small ones that get you as you expect it to work and yet it doesnt, please reply if you still cant fix it.
i downloaded the code thanks a lot for uploading the code man
sandeep3545 1 week ago
Thanks man you ROCK, very helpful video, can you also paste the coding part in comments that would help buddy
sandeep3545 1 week ago
@sandeep3545 i shall do for future videos :)
MegaHalfie 1 week ago
thanks
shahiddarbar 2 weeks ago
Great. Give us more lessons please.
ganeshgopal73 3 weeks ago
Every time I do exactly what you do, my app says "hello..." it never says hello and the name i type in? Can someone help please
stephe1999 3 weeks ago
i dont have ios option! HELP PLEASE!!!
erik1234as 3 weeks ago
@erik1234as going to need some more details on your problem btw....check my chnnel i have a update verison of this
MegaHalfie 3 weeks ago
@MegaHalfie no worrys, i figured it out. thanks anyway!
erik1234as 2 weeks ago
help I'm at the NSString and NSString *string1 - @"hello "; doesn't work
NickM1937 1 month ago
I eventually made my first iPhone app. Thank you so much.
max966966 1 month ago
Too bad that didn't help. at all
DjFr3shD3W 1 month ago
@MineCraftExplained for the newest version, it is called single view app
kbrunescape1999 1 month ago
Do you know why when I create a new project, (for example: Test) my appdelegates are not labeled Testappdelegates.
I have solved this by manually changing them in the code, but I am sure this will generate errors as I work. Is this a setting? it is really annoying...
victorvillasenor 2 months ago
@MineCraftExplained I had the same problem. it's called single view app and it works just a little differently.
gjholt6 2 months ago
i want to learn how to make iphones apps so hard but i always seem to fail at programming :( i already tried c++ and lua in the past but its always chinese for me D: i never rememeber and understand a thing heh :/
xeph20 2 months ago
Good video! Unfortunately, when following these steps, and right clicking 'File's Owner' in the design view, I only get two options:
'New Referencing Outlet' and
'New Referencing Outlet Collection'
Does anyone know how to assign the labels/text boxes, etc.? I'm stumped :(
drivermini 4 months ago
@drivermini you obviously havent set the labels etc in the code at the .h file, if not set they most likely wont appear when you right click on file owner....by the sound of it you have a tiny mistake, one of the things of being a software engineering its not the big problems its the small ones that get you as you expect it to work and yet it doesnt, please reply if you still cant fix it.
MegaHalfie 4 months ago
@MegaHalfie Hi, thanks for your response! I'm not sure what you mean; in ViewController.h, I have the following:
@interface ViewController : UIViewController
{ IBOutlet UILabel *hello; IBOutlet UITextField *name;
}
- (IBAction)changeTheTextOfHello;
@end
drivermini 4 months ago
xcode language for ;D
killem69 6 months ago