Changes

An Overview of WatchKit Tables in watchOS 2

12 bytes added, 21:10, 23 September 2015
Table Row Initialization
When a scene containing a table is displayed within a WatchKit app, the table object will need a row controller instance for each row to be displayed to the user. The interface controller is responsible for performing the following initialization tasks:
1. Calculate the number of rows to be displayed in the table.<br>2. Request the creation of a row controller instance of a particular row controller type for each row in the table.<br>3. Configure the appearance of the user interface objects in each row using the outlets declared in the row controller class.<br>
== Implementing a Table in a WatchKit App Scene ==