Thanks for the tutorial dylan, really appreciate it.
Also I'm facing some problems, this is the message I receieve when compiling the program -
'NSString' may not respond to '-stringByAppendingstring:'
And when I run it in simulator once enter is pressed the program crashes/shuts down.
Another thing to note is that when I typed stringByAppendingstring it did not come automatically like @synthesize or IBAction, I had to write it manually.
Thanks for the tutorial dylan, really appreciate it.
Also I'm facing some problems, this is the message I receieve when compiling the program -
'NSString' may not respond to '-stringByAppendingstring:'
And when I run it in simulator once enter is pressed the program crashes/shuts down.
Another thing to note is that when I typed stringByAppendingstring it did not come automatically like @synthesize or IBAction, I had to write it manually.
Any help appreciated and thanks again.
Glad to be of help! I'm not home right now, so I can't be of much help (I'm on my phone)... Are you sure nothing is incorrectly capitalized? No wrong hypens or anything? Even the smallest error can throw off the whole app.
__________________ SweetMeter will rate your life!
Send iPod playlists through email or SMS, or post them to Twitter or Facebook with SongSender!
Thanks for the tutorial dylan, really appreciate it.
Also I'm facing some problems, this is the message I receieve when compiling the program -
'NSString' may not respond to '-stringByAppendingstring:'
And when I run it in simulator once enter is pressed the program crashes/shuts down.
Another thing to note is that when I typed stringByAppendingstring it did not come automatically like @synthesize or IBAction, I had to write it manually.
Any help appreciated and thanks again.
Have you copied and pasted that message?. I didn't see the code from the tutorial, all I see is that there's a lower case 's' in '-stringByAppendingstring'.
I'd go to that line and check. It should be stringByAppendingString.
Have you copied and pasted that message?. I didn't see the code from the tutorial, all I see is that there's a lower case 's' in '-stringByAppendingstring'.
I'd go to that line and check. It should be stringByAppendingString.
Sounds like the problem for him! My fault for not giving a link to a download of the project.
__________________ SweetMeter will rate your life!
Send iPod playlists through email or SMS, or post them to Twitter or Facebook with SongSender!
I sent you a message, but maybe someone here can help, too.
I'm wanting an app that only has:
* 1 button
* 1 table
And when you click the button it loads data in from a data source. (Whatever a data source is called in iOS)
I've been a web developer for years and I'm looking to get into iPhone development. It would be nice to see code for a simple app like this to help me understand things like: where do i put code to make a button load data? how do i populate a table with data? etc...
Well, to be precise, I'd like to know what each and every statement/method/sign etc mean in objective-c
Well, javz3, if you are coding Objective C from XCode, I guess the Developer Documentation actually does that for you. Whenever you want to know more about a class, just press Alt on your keyboard and double click its name in your code. You will get a short summary box, and from there you can go either to the declaration or to the full documentation (if available) of whatever you have clicked on.
For types, you will find there all the members (properties, methods, operators) with explanations and implementation examples.
That is a great tutorial, little fast but you can pause the video anyway to keep up.
Very nice and thank you for sharing your knowledge with people such as myself.
BTW i just subscribe to your YT Channel now NSLog(@"Thank You!");
Well, javz3, if you are coding Objective C from XCode, I guess the Developer Documentation actually does that for you. Whenever you want to know more about a class, just press Alt on your keyboard and double click its name in your code. You will get a short summary box, and from there you can go either to the declaration or to the full documentation (if available) of whatever you have clicked on.
For types, you will find there all the members (properties, methods, operators) with explanations and implementation examples.
Hope this was of some help to you.
Ipod touch owner here, does it work even if you DON'T always have wifi, cos I rarely do, and the documentation app for Java that I have has to look everything up in an online database, so that doesn't help me at all.
If is does require wifi, is there an app that doesn't. I don't need the entire documentation, cos I'm just starting to explore obj-C after TI-Basic and Java applet programming.
Dylanreich, your tutorial was AMAZINGLY helpful. I am a beginner and it had helped me out a lot to understand what i was looking at. Will certainly share it.
tutorial is really amazing. I am a beginner in iPhone development.. can you let me know how to capture image in iPhone without using camera.. thanks in advance
tutorial is really amazing. I am a beginner in iPhone development.. can you let me know how to capture image in iPhone without using camera.. thanks in advance
Quote:
Originally Posted by jakedukes3003
Tutorial is superb, I want same info about how to capture image in iPhone without using camera.
It looks like you decided to create two accounts... I'm not sure what you mean by taking pictures without the camera.
__________________ SweetMeter will rate your life!
Send iPod playlists through email or SMS, or post them to Twitter or Facebook with SongSender!