Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Tutorials

Reply
 
LinkBack Thread Tools Display Modes
Old 09-11-2010, 06:31 PM   #1 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 67
dylanreich is on a distinguished road
Default Your First App

I have made a video tutorial for a "Dynamic Hello World" app. Here is the video: Your First iPhone App (Dynamic Hello World)
__________________
SweetMeter will rate your life!

Send iPod playlists through email or SMS, or post them to Twitter or Facebook with SongSender!
dylanreich is offline   Reply With Quote
Old 12-11-2010, 02:25 PM   #2 (permalink)
Registered Member
 
Join Date: Jun 2010
Posts: 7
javz3 is on a distinguished road
Default

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.
javz3 is offline   Reply With Quote
Old 12-11-2010, 02:29 PM   #3 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 67
dylanreich is on a distinguished road
Default

Quote:
Originally Posted by javz3 View Post
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!
dylanreich is offline   Reply With Quote
Old 12-11-2010, 02:34 PM   #4 (permalink)
Registered Member
 
Join Date: Sep 2010
Posts: 324
mariano_donati is on a distinguished road
Default

Quote:
Originally Posted by javz3 View Post
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.
mariano_donati is offline   Reply With Quote
Old 12-11-2010, 02:37 PM   #5 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 67
dylanreich is on a distinguished road
Default

Quote:
Originally Posted by mariano_donati View Post
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!
dylanreich is offline   Reply With Quote
Old 12-12-2010, 01:11 PM   #6 (permalink)
Registered Member
 
Join Date: Jun 2010
Posts: 7
javz3 is on a distinguished road
Default

LOL! I can't believe that I missed something simple as that! But thanks anyways though!!

Also are there some sort of API's available stating the classe and rules for objective-c?
javz3 is offline   Reply With Quote
Old 12-12-2010, 01:19 PM   #7 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 67
dylanreich is on a distinguished road
Default

Quote:
Originally Posted by javz3 View Post
LOL! I can't believe that I missed something simple as that! But thanks anyways though!!

Also are there some sort of API's available stating the classe and rules for objective-c?
Can you clarify what you want? There is documentation available at Apple's site.
__________________
SweetMeter will rate your life!

Send iPod playlists through email or SMS, or post them to Twitter or Facebook with SongSender!
dylanreich is offline   Reply With Quote
Old 12-12-2010, 04:23 PM   #8 (permalink)
Registered Member
 
Join Date: Jun 2010
Posts: 7
javz3 is on a distinguished road
Default

Well, to be precise, I'd like to know what each and every statement/method/sign etc mean in objective-c
javz3 is offline   Reply With Quote
Old 12-27-2010, 02:15 PM   #9 (permalink)
Registered Member
 
Join Date: Dec 2010
Posts: 66
equalsabracket is on a distinguished road
Default

Quote:
Originally Posted by dylanreich View Post
I have made a video tutorial for a "Dynamic Hello World" app. Here is the video: Your First iPhone App (Dynamic Hello World)
Good tutorial, made a few things clear and explained it all well.
equalsabracket is offline   Reply With Quote
Old 12-27-2010, 03:29 PM   #10 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 67
dylanreich is on a distinguished road
Default

Quote:
Originally Posted by equalsabracket View Post
Good tutorial, made a few things clear and explained it all well.
Thanks! Glad to be of help.
__________________
SweetMeter will rate your life!

Send iPod playlists through email or SMS, or post them to Twitter or Facebook with SongSender!
dylanreich is offline   Reply With Quote
Old 01-03-2011, 12:05 PM   #11 (permalink)
Registered Member
 
Join Date: Dec 2009
Posts: 44
ShredderClay is on a distinguished road
Default

Looks like a good video tut. I will watch more when I get home. Thanks.

Quote:
Originally Posted by dylanreich View Post
I have made a video tutorial for a "Dynamic Hello World" app. Here is the video: Your First iPhone App (Dynamic Hello World)
__________________
My tumblr
My twitter
My hobby? iPhoning.
When I'm not iPhoning - I'm using my shredder, it calms me.

Registered iPhone Developer, now I just need to find the time.
ShredderClay is offline   Reply With Quote
Old 02-01-2011, 08:19 PM   #12 (permalink)
Registered Member
 
Join Date: Feb 2011
Posts: 1
Buba is on a distinguished road
Default

Thank you, Dilan! Good job!
Buba is offline   Reply With Quote
Old 02-01-2011, 10:57 PM   #13 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 67
dylanreich is on a distinguished road
Default

Quote:
Originally Posted by Buba View Post
Thank you, Dilan! Good job!
Thanks.
__________________
SweetMeter will rate your life!

Send iPod playlists through email or SMS, or post them to Twitter or Facebook with SongSender!
dylanreich is offline   Reply With Quote
Old 02-13-2011, 05:02 PM   #14 (permalink)
Member of the Month
 
Join Date: Feb 2011
Posts: 1
n0kx is on a distinguished road
Default

Hey dylan,

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...
n0kx is offline   Reply With Quote
Old 02-14-2011, 02:13 AM   #15 (permalink)
Registered Member
 
Join Date: Feb 2011
Location: Bucharest, Romania
Age: 22
Posts: 75
nestedloop is on a distinguished road
Default

Quote:
Originally Posted by javz3 View Post
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.

Hope this was of some help to you.
nestedloop is offline   Reply With Quote
Old 02-28-2011, 01:17 PM   #16 (permalink)
Registered Member
 
Join Date: Feb 2011
Posts: 5
Labyrnth is on a distinguished road
Default

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!");

Last edited by Labyrnth; 02-28-2011 at 01:20 PM.
Labyrnth is offline   Reply With Quote
Old 03-21-2011, 07:24 PM   #17 (permalink)
Registered Member
 
Join Date: Mar 2011
Posts: 10
ZVERmedia is on a distinguished road
Default

great tutorial dylan, thanks for sharing
ZVERmedia is offline   Reply With Quote
Old 07-02-2011, 05:37 AM   #18 (permalink)
Registered Member
 
Join Date: Jun 2011
Posts: 1
TryingT0Learn is on a distinguished road
Default

Quote:
Originally Posted by nestedloop View Post
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.
TryingT0Learn is offline   Reply With Quote
Old 07-03-2011, 01:56 PM   #19 (permalink)
Registered Member
 
Join Date: Jul 2011
Posts: 1
rambo6376 is on a distinguished road
Default

Quote:
Originally Posted by dylanreich View Post
I have made a video tutorial for a "Dynamic Hello World" app. Here is the video: Your First iPhone App (Dynamic Hello World)
Thanks! That was great! Registered just to thank you
rambo6376 is offline   Reply With Quote
Old 07-11-2011, 06:48 AM   #20 (permalink)
Registered Member
 
Join Date: Jun 2011
Posts: 1
Jackspy is on a distinguished road
Default

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.
Jackspy is offline   Reply With Quote
Old 03-12-2012, 10:03 AM   #21 (permalink)
Registered Member
 
Join Date: Mar 2012
Posts: 3
MariaVin is on a distinguished road
Default

Thank you bro
MariaVin is offline   Reply With Quote
Old 04-16-2012, 01:48 PM   #22 (permalink)
Registered Member
 
Join Date: Feb 2012
Posts: 19
moot1 is on a distinguished road
Default

nice job
moot1 is offline   Reply With Quote
Old 04-24-2012, 07:52 AM   #23 (permalink)
Registered Member
 
becka's Avatar
 
Join Date: Mar 2012
Location: over the rainbow
Posts: 48
becka is on a distinguished road
Default

thank you very much for this tutorial! really helpful!
becka is offline   Reply With Quote
Old 04-25-2012, 02:30 AM   #24 (permalink)
Registered Member
 
Join Date: Feb 2012
Location: US
Posts: 1
jacklee030 is on a distinguished road
Default

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
jacklee030 is offline   Reply With Quote
Old 05-24-2012, 09:55 PM   #25 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 67
dylanreich is on a distinguished road
Default

Quote:
Originally Posted by jacklee030 View Post
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 View Post
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!
dylanreich is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 470
15 members and 455 guests
alexeir, David-T, Dj_kades, foslock, HemiMG, iAppDeveloper, jeroenkeij, LunarMoon, Mijator, Pauluz85, pipposanta, QuantumDoja, robsmy, sacha1996, usernametaken
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,679
Threads: 94,129
Posts: 402,928
Top Poster: BrianSlick (7,990)
Welcome to our newest member, xzoonxoom
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 09:23 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0