Objective-C Tutorials

Objective-C Tutorials

Anyone know any good places to find some objective c tutorials. I know apple has a fair amount but I was wondering if anyone knew of any other decent ones.

firm
06/17/2009 - 20:52

can i have a tutorial on the basics of opengl using objective c? thanks

reply

The Fattest
06/17/2009 - 22:20

Yeah I think I might be able to put something together in the next weekish.

reply

firm
06/18/2009 - 20:16

can you also make a tutorial of making a basic animations without using the interface builder? i think that it's better to go through the codes to better understand how things especially classes relates with each other.

by the way thanks for the reply on the opengl basics. it will be helpful also for me if the tutorial will not use the interface builder because i want to go more in depth of the codes rather than having a drag and drop attitude towards programming. thanks.

reply

The Fattest
06/19/2009 - 08:07

fo-shizzle. I completely understand. I have started working on an openGL tutorial.

reply

firm
06/21/2009 - 19:11

okay. when can you make the tutorial for the openGl basics?

reply

The Fattest
06/22/2009 - 09:31

I'll get it out this week.

reply

firm
06/22/2009 - 20:24

thanks.

reply

firm
06/25/2009 - 03:05

how are you doing as well as the tutorial?

reply

The Fattest
06/25/2009 - 10:57

I just need to finish up the writing, will be up tomorrow most likely.

reply

The Fattest
06/26/2009 - 15:41

Here is the tutorial Getting Started with OpenGL ES for the iPhone. Warning it's a long one.

reply

firm
07/02/2009 - 22:10

thanks for the tutorial. it will really help a lot in studying the language

reply

bosco
04/13/2011 - 18:13

Hello All

I am fairly new to xcode and interface builder. Steep learning curve however good progress, Good enough to find this excellent site.

I have spent the last few nights up trying to work out how to save textfield variables (or any other for that matter) into plist or txt files.

Basically I am looking to take the values of a couple of text fields in a simple app and save them so that next time the app runs the values remain.

I know I need to
- check for documents path
- check for file index
- create file if it does not exist
- Write values into file upon exit (applicationWillTerminate)
- populate textfields with values when app loads

Been through loads of tuts and so far I have a couple of built and running applications no crashs but no saved data either.

Cant even pull my hair out cos I got none.

Please could someone help me.

Thanks
Bosco

reply

vineeshtp88@gmai
01/23/2012 - 01:07

I can't navigate class when a button pressed given like this,

-(IBAction)menuBtn4:(id)sender;
{

Statistics *stati=[[Statistics alloc]initWithNibName:@"Statistics" bundle:nil];
[self.navigationController pushViewController:stati animated:YES];
}
Stratistics is UIviewController sub class.

reply

Add Comment

Put code snippets inside language tags:
[language] [/language]

Examples:
[javascript] [/javascript]
[actionscript] [/actionscript]
[csharp] [/csharp]

See here for supported languages.

Javascript must be enabled to submit anonymous comments - or you can login.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.