Changes

Jump to: navigation, search

Integrating iAds into an iOS 4 iPhone App (Xcode 4)

30 bytes added, 19:33, 31 March 2011
Designing the User Interface
The next step is to design the user interface and connect the table view object to the tableView outlet declared in the view controller interface file above. Select the ''iAdAppViewController.xib'' file, display the Object library (''View -> Utilities -> Object Library'') and drag and drop a UITableView object into the View window as illustrated in the following figure:
<google>ADSDAQBOX_FLOW</google>
[[Image:xcode_4_iad_example_table_view.jpg]]
Establish a connection between the table view object and the tableView outlet in the view controller by holding down the Ctrl key, clicking on the File’s Owner object and dragging the resulting blue line to the table view in the design panel. Release the line and select the tableView outlet from the resulting menu.
== Creating the Banner Ad ==

Navigation menu