Reputation: 15676
I select the circle with the square and then drag from Referencing Outlets
onto a table view but there's no option to set the delegate or data source.
Why isn't this option available?
Here is a wider view when the table view is selected.
Upvotes: 1
Views: 23
Reputation: 4027
You have to select your UITableView
object in interface builder and drag delegate
and dataSource
to fileOwner.
Upvotes: 1