⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 Mac x os系统用xcode下编写iphone手机程序的经典hello入门代码
💻 TXT
字号:
### HelloWorld ###================================================================================DESCRIPTION:HelloWorld is a sample application that demonstrates the use of a button, a text field to enter text into using a keyboard, and a text label to display text. The button and the main view both have background images.  HelloWorld presents a simple interface. If you don't enter anything in the text field and touch the Hello button, the label displays "Hello World!". If you enter your name in the text field, the label displays "Hello <name>!" when you touch the Hello button.The application is discussed in more detail in "Your First iPhone Application" in the Reference Library <http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhone101/>.================================================================================BUILD REQUIREMENTS:Mac OS X 10.5.2, Xcode 3.1, iPhone OS 2.0================================================================================RUNTIME REQUIREMENTS:Mac OS X 10.5.2, iPhone OS 2.0================================================================================PACKAGING LIST:PACKAGING LISTHelloWorldAppDelegate.mHelloWorldClassicAppDelegate.hThe UIApplication object's delegate. On start up, this object receives the applicationDidFinishLaunching: delegate message; this creates a view controller and sets the window's view to the view controller's view.MyViewController.mMyViewController.hA view controller that loads the HelloWorld nib file that contains its view.MainWindow.xibThe nib file containing the main window.HelloWorld.xibThe view controller's nib file.================================================================================CHANGES FROM PREVIOUS VERSIONS:Version 1.3- Updated for Beta 4.- Uses a nib file to create the user interface -- most of the application code is replaced.- Uses a view controller to set up the view.Version 1.2	Replaced the background default.png images with ones that do not have a custom text field drawn on them.Version 1.1	Added pointer to the iPhone Reference Library.	Return key on keyboard now functions.Copyright (c) 2008 Apple Inc. All rights reserved.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -