TAILIEUCHUNG - iPhone SDK Programming A Beginner’s Guide phần 4

Một ứng dụng được gắn với một hồ sơ cung cấp, vì vậy, một hồ sơ cá nhân cung cấp cho phép bạn cài đặt một ứng dụng cụ thể trên một thiết bị cụ thể. Apple phát triển Portal có một cuộc thảo luận đầy đủ của quá trình cung cấp, quá trình này là không khó. Những gì tôi đã làm khi học tập quá trình đã được mở hai cửa sổ trình duyệt, | Chapter 7 UlView and UlViewController 129 Try This Using a View-based Application Template 1. Create a new View-based Application using the template. Name the project SimpleView. 2. Expand classes and notice Interface Builder created the SimpleViewViewController class for you. Expand Resources and notice the template generated a separate nib for the SimpleViewViewController. 3. Open and add a label and method for changing the label s value. Make the label an IBOutlet and the method an IBAction Listing 7-1 . 4. Open and add the IBOutlet and IBAction definitions Listing 7-2 . 5. Open in Interface Builder and change the view s color. Add a UILabel and a UIButton to the UIView. 6. Notice that SimpleViewViewController is the File s Owner. Connect SimpleViewView Controller s theLabel outlet to the label. 7. Connect SimpleViewViewController s changeTheLabel action to the button. Select Touch Up Inside. 8. Save and exit Interface Builder. 9. Click Build And Go to run the application. Listing 7-1 import UIKit interface SimpleViewViewController UlViewController IBOutlet UILabel theLabel property nonatomic retain UILabel theLabel - IBAction changeLabelValue id sender end Listing 7-2 import implementation SimpleViewViewController synthesize theLabel - IBAction changeLabelValue id sender theLabel setText Hello World. UIButton theBut sender continued 130 iPhone SDK Programming A Beginner s Guide NSLog NO theBut setTitle @ Pressed Already forState UIControlStateDisabled - void dealloc theLabel release super dealloc end Take a moment to examine what the View-based Application template did for you. It created the and it also created a UIViewController subclass SimpleView ViewController by creating the .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.