sammy
sammy

Reputation: 19

Need help in understand basic Objective-c Like methods

I am new to objective-c. It is even hard for me to understand how to write the methods given in Apple documentation. As I am a beginner I need suggestion from people who can understand my situation. I want to become a IPhone application developer.

Upvotes: 0

Views: 766

Answers (3)

Brian Halpin
Brian Halpin

Reputation: 179

A good place to start is with Stanford's Developing Apps for iOS course.

Upvotes: 1

Vaibhav Tekam
Vaibhav Tekam

Reputation: 2344

Give me your mail id, I will forward you some reading material. First you need to learn Objective-C, not in details, but basic syntax atleast. Then you move to simple Hello World iPhone Application. You will pick up soon then. Objective C reference links -

Introduction to The Objective-C Programming Language

Objective C tutorial

For iPhone Programming you can refer following blogs- iCode, iphonedevelopment.blogspot,

http://ved-dimensions.blogspot.com/search?updated-max=2009-01-20T06%3A39%3A00-08%3A00&max-results=5

Upvotes: 1

Related Questions