Everything iPhone iPhone Accessory Store iPhone news iPhone accessory reviews iPhone forums


Go Back   iPhone 3G | iPod touch Forums > Apple iPhone Software > Developers

Notices

iPhone versions available: Enhanced | Light



Reply
 
Thread Tools Display Modes
Old 03-27-2008, 09:05 PM   #1 (permalink)
 
termleech's Avatar
 
Join Date: Sep 2007
Posts: 775
Thanks: 0
Thanked 5 Times in 3 Posts
Default New SDK and iPhone OS

For anyone who is signed up. There is a new SDK and a new iPhone OS released just a hour or so ago. I'm downloading it now. The SDK now includes the interface builder.
__________________
--
Terminal Leech
http://www.codemonkeyjava.com

I'm now officially an iPhone developer.
iPhone 8GB w/ firmware 2.0
termleech is offline   Reply With Quote
Old 03-27-2008, 09:19 PM   #2 (permalink)
 
acosmichippo's Avatar
 
Join Date: Sep 2007
Location: Location Location
Posts: 4,975
Thanks: 21
Thanked 130 Times in 101 Posts
Default

this is for us non-"apple developers" as well?
__________________
[/sarcasm]
acosmichippo is online now   Reply With Quote
Old 03-27-2008, 10:10 PM   #3 (permalink)
Moderator
 
Lincoln's Avatar
 
Join Date: Aug 2007
Location: Charleston, WV
Posts: 5,833
Thanks: 38
Thanked 159 Times in 124 Posts
Send a message via AIM to Lincoln
Default

I feel behind; almost a month after the release, and I still haven't used the SDK.

- John
Lincoln is offline   Reply With Quote
Old 03-28-2008, 12:01 AM   #4 (permalink)
 
Join Date: Oct 2007
Posts: 693
Thanks: 5
Thanked 9 Times in 9 Posts
Default

What great timing, I just reinstalled Mac OS X (Got a little app happy with it, too, and crashed it!)

Thanks for the heads up

edit: ooh, great! it's 33% smaller. My flash drive thanks you as well!
__________________
8 gig iPhone, no service (jailbroken on 2.1 to activate it as a suped up iPod touch) - 33 applications installed, updated to 2.2
fury is offline   Reply With Quote
Old 03-28-2008, 12:58 AM   #5 (permalink)
 
termleech's Avatar
 
Join Date: Sep 2007
Posts: 775
Thanks: 0
Thanked 5 Times in 3 Posts
Default

I do wish I could find out if apple takes any bug reports on the beta. I've definitely got some after using it for quite a while. Including some things that happened in the most recent release that seem to move backward a little bit.
__________________
--
Terminal Leech
http://www.codemonkeyjava.com

I'm now officially an iPhone developer.
iPhone 8GB w/ firmware 2.0
termleech is offline   Reply With Quote
Old 03-28-2008, 02:34 AM   #6 (permalink)
 
Join Date: Oct 2007
Posts: 693
Thanks: 5
Thanked 9 Times in 9 Posts
Default

I had a hell of a time trying to download it with Firefox 3.0b4, the download speed capped out at about 200kb/s and eventually slowed down to a crawl @ 33kb/s...Anybody else get this problem with Firefox on Leopard?

I thought it might have just been the Apple site getting overloaded, but I made my web server act as a middle man and got it downloaded through lynx at 400-600kb/s, then tried Firefox again and was only getting 150-180kb/s from my server. I switched to Safari to download it, and this time got 600kb/s+
__________________
8 gig iPhone, no service (jailbroken on 2.1 to activate it as a suped up iPod touch) - 33 applications installed, updated to 2.2
fury is offline   Reply With Quote
Old 03-28-2008, 01:37 PM   #7 (permalink)
 
termleech's Avatar
 
Join Date: Sep 2007
Posts: 775
Thanks: 0
Thanked 5 Times in 3 Posts
Default

I didn't have any issues with 3B4 on my macbook at all. Matter of fact I had to use it because I've got this strange issue where developer.apple.com will take forever to load on Safari but loads right up in 3B4. It's strange.

So since I'm sure everyone wants to know, here are some notes for what I've seen in the new firmware:

Exchange contacts still don't work for me very well. It frequently crashes the contacts and now I seem to have two of every contact on my phone even though I've only got one of the server. I ended up turning off contacts for exchange and manually syncing.

The preferences have change. The mail, contacts and calendar are all under the same preference page now. A slightly annoying bug I've found is, if you have an exchange server defined, the setting for how frequently to check mail (for any other accounts you have defined) is no longer visable. I had to delete my exchange account, make the setting to 15 minutes and then re-add my exchange account. It was kind of annoying. *NOTE* I just gave it a try again and now all my contacts seem to show up only once. It's rather strange and I'm trying to figure out exactly why.

By default Apple has finally enabled the stand alone contacts module with the icon on the home screen (I had this enabled when I was jailbroken so it's been there for a while just never enabled).

The calendar view looks crisper. It also shows the location of the even in the list view (I don't think it did this before).
__________________
--
Terminal Leech
http://www.codemonkeyjava.com

I'm now officially an iPhone developer.
iPhone 8GB w/ firmware 2.0
termleech is offline   Reply With Quote
Old 03-29-2008, 02:10 PM   #8 (permalink)
 
Join Date: Oct 2007
Posts: 693
Thanks: 5
Thanked 9 Times in 9 Posts
Default

I'm wondering how to actually use this new interface builder they shipped with the latest SDK.

I don't see how to integrate it into the Xcode project.

Do they have a "how-to" video for this like they had for everything else on the first beta?
__________________
8 gig iPhone, no service (jailbroken on 2.1 to activate it as a suped up iPod touch) - 33 applications installed, updated to 2.2
fury is offline   Reply With Quote
Old 03-30-2008, 12:41 AM   #9 (permalink)
 
termleech's Avatar
 
Join Date: Sep 2007
Posts: 775
Thanks: 0
Thanked 5 Times in 3 Posts
Default

Don't know if they have a How-To yet, but you have to actually launch a program called Interface Builder. It's not built in to XCode.
__________________
--
Terminal Leech
http://www.codemonkeyjava.com

I'm now officially an iPhone developer.
iPhone 8GB w/ firmware 2.0
termleech is offline   Reply With Quote
Old 03-30-2008, 01:23 AM   #10 (permalink)
 
Join Date: Oct 2007
Posts: 693
Thanks: 5
Thanked 9 Times in 9 Posts
Default

Yeah, I've been playing around with Interface Builder on its own for a little while, I'm just kind of not sure what the first steps are, and how to link this up with a project in Xcode.

I come from mostly developing software in Windows on .NET, where the first step for a Forms application is to create a new Form, on which you can add various controls. The controls can be double-clicked in the editor to create a default event for them, etc, and in this event code, you can pretty much do anything that can be accomplished in the language it's built in.

On Xcode, I was able to manage to define a custom view controller and add a few of my own views to it with the tab bar items (even added in a custom image, I was so proud of myself for figuring that one out! didn't find that type of thing in any of the sample code). I'm not quite sure how I'd set up this same scenario in Interface Builder. When I build an interface with it, and then click Simulate Interface, all that comes up is either a white screen, or the view I made, but the view is greyed out, and sometimes covered up with a navigation bar that has two lines to it. It appears to have been set up with some placeholder material, and I can't find where to edit that.

So yeah, I'm pretty much lost, and wish they would have shipped out one of those hand-holding "monkey see, then monkey can do" videos for Interface Builder. I am such a n00b here compared to what I know with .NET
__________________
8 gig iPhone, no service (jailbroken on 2.1 to activate it as a suped up iPod touch) - 33 applications installed, updated to 2.2
fury 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 Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 06:10 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Integrated by BBpixel ©2004-2008, jvbPlugin
Android forums

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53