-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.txt
68 lines (45 loc) · 1.92 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
### TableViewPlayground ###
===========================================================================
DESCRIPTION:
This example demonstrates the View Based TableView. The demo focuses on three areas: 1. Basic TableView, 2. Complex TableView, 3. Complex OutlineView. The same model is shared between the Complex TableView and OutlineView classes.
===========================================================================
BUILD REQUIREMENTS:
Mac OS X v10.8 or later
XCode 4.1 or later.
===========================================================================
RUNTIME REQUIREMENTS:
Mac OS X v10.8 or later
===========================================================================
PACKAGING LIST:
ATDesktopEntity.h/.m:
The basic sample model for the application.
ATApplicationController.h/.m:
Main controller for the application.
ATBasicTableViewWindowController.h/m:
Basic controller implementation for a basic View Based TableView.
ATColorTableController.h/.m:
Controller for the color table popup used in the ATComplextTableViewController example
ATColorView.h/.m:
Simple view that adds an animatable background color.
ATComplexOutlineController.h/.m:
Complex Outline View example controller.
ATComplexTableViewController.h/.m:
Complex Table View example controller.
ATObjectTableRowView.h/.m:
Extends NSTableRowView by adding an objectValue for the row.
ATSampleWindowRowView.h/.m:
Extends NSTableRowView by adding custom background drawing.
ATTableCellView.h:
Extends NSTableCellView primarily for adding outlets to be hooked up in IB.
English.proj:
Localized NIBs.
===========================================================================
CHANGES FROM PREVIOUS VERSIONS:
Version 1.0
- First version.
Version 2.0
- General project updates.
Version 3.0
- Updates for Mountain Lion.
===========================================================================
Copyright (C) 2010-2012 Apple Inc. All rights reserved.