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

Thêm một IBOutlet MyTableViewController UINavigationController tài liệu tham khảo một. Tên các navCont ổ cắm. Đừng quên để tổng hợp và phát hành nó. Lưu và biên dịch. 2. Mở trong giao diện Builder. 3. Trong cửa sổ tài liệu, mở rộng điều khiển Bar Tab và sau đó | Chapter 10 Tables Using UlTableView and UlTableViewController 225 - NSInteger tableview UITableView tableview numberOfRowsInSection NSInteger section return count - UITableViewCell tableView UITableView tableView cellForRowAtIndexPath NSIndexPath indexPath UITableViewCell cell tableView dequeueReusableCellWithIdentifier @ acell if cell nil cell UITableViewCell alloc initWithStyle UITableViewCellStyleDefault reuseIdentifier @ acell autorelease objectAtIndex indexPath row return cell - void dealloc tableDataList release super dealloc @end Handling Row Selections 1. Add an IBOutlet to MyTableViewController that references a UINavigationController. Name the outlet navCont. Don t forget to synthesize it and to release it. Save and compile. 2. Open in Interface Builder. 3. In the document window expand Tab Bar Controller and then Navigation Controller Item . Connect MyTableViewController s navCont outlet to the Navigation Controller Item . 4. Save and exit Interface Builder. 5. Click Build And Go. If you completed the steps correctly there is no change in the application s appearance. 6. Create a new UIViewController subclass and name it TableViewDetailsViewController Listings 10-27 and 10-28 . Although you leave this class empty in this task in a real-world project this class would contain logic. If you wish select the checkbox to also create an accompanying xib for the class. continued 226 iPhone SDK Programming A Beginner s Guide 7. If you didn t already create a new View xib and name it TableViewDetailsViewController .xib. Open it in Interface Builder. 8. Change the view s background color. 9. Ensure the File s Owner class is set to TableViewDetailsViewController. Also ensure the File s Owner view outlet is connected to the view in the document window. 10. Save and exit Interface Builder. 11. Open MyTableViewController and import . 12. Implement the tableView .

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.