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

Mockup & CodeGen, iPhone & iPad
($9.99)

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

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

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

Reply
 
LinkBack Thread Tools Display Modes
Old 07-14-2009, 11:56 AM   #1 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 15
Default Objective C iphone dev api documentation

Hi, I'm just starting developing for iphone, and I'm not very familiar with Objective C. What I'm looking for is the api documentation, like java's at Java Platform SE 6. Where can I find that for Objective C?
Thanks.
mk12 is offline   Reply With Quote
Old 07-14-2009, 12:00 PM   #2 (permalink)
Obj-C Learner
 
Join Date: Apr 2009
Location: Manchester, UK
Posts: 1,030
Send a message via MSN to ZunePod Send a message via Yahoo to ZunePod
Default

Quote:
Originally Posted by mk12 View Post
Hi, I'm just starting developing for iphone, and I'm not very familiar with Objective C. What I'm looking for is the api documentation, like java's at Java Platform SE 6. Where can I find that for Objective C?
Thanks.
iPhone Dev Center - Apple Developer Connection

You will need to make a free account and download the SDk from there, you can just search for things there, but there are many more helpful tutorials on here etc, also experts on the topic.
ZunePod is offline   Reply With Quote
Old 07-14-2009, 12:31 PM   #3 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 15
Default

Thanks - Where can I find the documentation for IBActions? There's so many of them and I don't know when they are called.
mk12 is offline   Reply With Quote
Old 07-14-2009, 01:38 PM   #4 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 15
Default

I have another question. I have a UISegmentedControl, Border style. The first picture is on the os 3.0 simulator. The second is on os 3.0 device. Notice it has these black bars on it, while the simulator doesn't. Any idea why and how I can make it look like the simulator does? Also, If I make it plain instead of bordered, then It still looks fine in the simulator, but its all the whole segmented control is black in the device, still with even blacker bars on the selected segment, and the titles are white. Any idea why this is happening? Thanks.
Simulator

Device

Last edited by mk12; 07-14-2009 at 01:43 PM.
mk12 is offline   Reply With Quote
Old 07-14-2009, 06:15 PM   #5 (permalink)
jsd
at this moment
 
Join Date: Mar 2009
Location: San Francisco, CA
Posts: 900
Default

Quote:
Originally Posted by mk12 View Post
Thanks - Where can I find the documentation for IBActions? There's so many of them and I don't know when they are called.
IBAction is simply a substitute for the void keyword. It's just used to tell Interface Builder which methods in your class can be hooked up to control events (like tapping on a button).

Code:
- (IBAction) myMethod:(id) sender
is the same as

Code:
- (void) myMethod:(id)sender
Except that the first one will be picked up by Interface Builder automatically. (I've read that the second one might as well but you might as well be clear in your intentions.)
jsd is offline   Reply With Quote
Old 07-14-2009, 06:58 PM   #6 (permalink)
Senior Member
iPhone Dev SDK Supporter
 
smasher's Avatar
 
Join Date: Jul 2008
Location: San Mateo, CA (San Fran)
Posts: 3,858
Default

Quote:
Originally Posted by mk12 View Post
Hi, I'm just starting developing for iphone, and I'm not very familiar with Objective C. What I'm looking for is the api documentation, like java's at Java Platform SE 6. Where can I find that for Objective C?
Thanks.
This book could also be helpful - it's tiny, cheap, and to-the-point.
Objective-C Pocket Reference ($5 used)
__________________

Free Games!
smasher is offline   Reply With Quote
Reply

Bookmarks

Tags
api, documentation, help!, iphone, objective c

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 251
21 members and 230 guests
ADY, bookesp, ckgni, dacapo, Dani77, DarkAn, Davey555, Desert Diva, HemiMG, iDifferent, jakerocheleau, JasonR, LEARN2MAKE, nobre84, prchn4christ, Rudy, ryantcb, Speed, themathminister, theone8one
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,885
Threads: 89,230
Posts: 380,766
Top Poster: BrianSlick (7,129)
Welcome to our newest member, bookesp
Powered by vBadvanced CMPS v3.1.0

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