Skip to main content

2009 | OriginalPaper | Buchkapitel

Interface Builder

verfasst von : Ian Piper

Erschienen in: Learn Xcode Tools for Mac OS X and iPhone Development

Verlag: Apress

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

If you have used other software development systems like REALbasic, or written code on other platforms, chances are you have used a system that integrates the coding and interface design in one holistic, coordinated user interface (usually called an

integrated development environment

, or IDE). REALbasic and Visual Studio on the Windows .NET platform are good examples of this kind of system. One of the most engaging features of such systems is the way they link events on the objects in your user interface to the underlying code. For example, you may create a user interface in REALbasic that shows a window with a button, a textbox, and a label. Then you double-click on the button and type in the code for the Action method for that button. Lo and behold, you have a simple Hello World application. It all happens in one application—in one window, in fact. This approach can be a great way to get started on code development, helping you to connect the events occurring in your application with the visual objects that take part in those events.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Metadaten
Titel
Interface Builder
verfasst von
Ian Piper
Copyright-Jahr
2009
Verlag
Apress
DOI
https://doi.org/10.1007/978-1-4302-7220-5_3