Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MadDoc

macrumors 6502
Original poster
Apr 25, 2005
329
5
UK
Is anyone else a little peeved that you can't access the UIKit through IB yet? How long do you reckon "coming soon" means to Apple?

MadDoc,
 

MacDonaldsd

macrumors 65816
Sep 8, 2005
1,005
0
London , UK
Is anyone else a little peeved that you can't access the UIKit through IB yet? How long do you reckon "coming soon" means to Apple?

MadDoc,

Yep I am :mad:

I am not gonna hard code an interface when I know I can do it Interface builder sooner or later. It will look better if I do it in IB and will be less chance of any errors/bugs.

I suppose in a month or so it will be released. They demoed it so is obviously well on the way.
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
It's not too bad. I already got a working app setup, with navigation and all. It's way less code than normal Mac Cocoa because most of the controls are standardized and so you're not specifying the exact coordinates.

If you learn to do it with code you'll learn so much more than if you just drag and drop some controls.
 

EnderTW

macrumors 6502a
Jun 30, 2007
729
280
It's not too bad. I already got a working app setup, with navigation and all. It's way less code than normal Mac Cocoa because most of the controls are standardized and so you're not specifying the exact coordinates.

If you learn to do it with code you'll learn so much more than if you just drag and drop some controls.

Kainjow is exactly right.

All IB does for you is give you a WYSIWYG editor. It drops the code so you don't have too.

If you learn to code the navigation controls, you'll learn A LOT about the frameworks in the iPhone OS and give you a lot more control than a WYSIWYG editor.
 

MadDoc

macrumors 6502
Original poster
Apr 25, 2005
329
5
UK
I guess I'm just looking for ease of use. I've tried several times to learn cocoa as coming from REALbasic it has a very steep learning curve.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.