Hi all!
Ever since I've used OS X, I have wondered how to create a simple GUI based app similar to what I'd do in Delphi or Visual C#.
For example, say I want to build a form that has a text input field and a button to take that field's text and display it in a pop-up (sorta a GUI Hello World).
In Delphi/VC#, I just drag the text input field to the form, then drag a button. Double-click the button to edit the code associated with the button. Done. (I think that RealBasic works the way I'm wanting as well, but I've not used it due to the cost.)
Doing this in Xcode has thus eluded me during the limited amount of time I've spent trying it. I figure I'm missing something simple, but maybe Xcode doesn't support this kind of "edit the GUI and add code on the fly" type of model? I found the Interface Builder, which let me drag buttons and stuff around, but it was not integrated in any way that I could find with the code editor/compiler.
Am I just 100% n00b with Xcode or is my expectation of an "easy" Delphi/VC#-type application creation not possible? I just want to be able to bang-up simple, fast, and easy GUI goody programs 🙂
Thanks!
Mike
Ever since I've used OS X, I have wondered how to create a simple GUI based app similar to what I'd do in Delphi or Visual C#.
For example, say I want to build a form that has a text input field and a button to take that field's text and display it in a pop-up (sorta a GUI Hello World).
In Delphi/VC#, I just drag the text input field to the form, then drag a button. Double-click the button to edit the code associated with the button. Done. (I think that RealBasic works the way I'm wanting as well, but I've not used it due to the cost.)
Doing this in Xcode has thus eluded me during the limited amount of time I've spent trying it. I figure I'm missing something simple, but maybe Xcode doesn't support this kind of "edit the GUI and add code on the fly" type of model? I found the Interface Builder, which let me drag buttons and stuff around, but it was not integrated in any way that I could find with the code editor/compiler.
Am I just 100% n00b with Xcode or is my expectation of an "easy" Delphi/VC#-type application creation not possible? I just want to be able to bang-up simple, fast, and easy GUI goody programs 🙂
Thanks!
Mike