Re: Can I talk about iPhone SDK/API?
Re: Can I talk about iPhone SDK/API?
- Subject: Re: Can I talk about iPhone SDK/API?
- From: lbland <email@hidden>
- Date: Tue, 24 Nov 2009 08:33:09 -0500
hi-
On Nov 24, 2009, at 7:14 AM, Alexander von Below wrote:
> I am not an admin, but I believe at this point, both Xcode 3.2.1 and and the iPhone SDK 3.1.2 are no longer under NDA. When new versions come up, they will probably be under NDA at first.
Thanks for that clarification, yes I mean only the general release version (3.2.1 now) and not releases that may be general release in the future.
> Also, the gerenal consensus seems that this list is for _tools_ related questions. Questions about Xcode and IB are likely to belong here, questions about any API are probably better asked on other lists.
I agree with that too but also API and tools intersect. For example, I notice IB can bind (connect a control to) the action:
- (IBAction)changeStuff
as well as:
- (IBAction)changeStuff:(id)sender
I always use :(id)sender, so it seems that IB can do something that is new API. Is this new to IB and does the action method API now permit selectors without an argument?
... I think you are right and further confirmation from Apple regarding the iPhone aspect would be appreciated.
thanks!-
-lance
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden