Re: Xcode 6beta3, Swift, UITableView and auto complete
Re: Xcode 6beta3, Swift, UITableView and auto complete
- Subject: Re: Xcode 6beta3, Swift, UITableView and auto complete
- From: Roland King <email@hidden>
- Date: Sun, 13 Jul 2014 20:39:56 +0800
On 13 Jul 2014, at 8:31 pm, John Tsombakos < email@hidden> wrote:
We'll, the class is defined as:
class ViewController: UIViewController, UITableViewDataSource, UITableViewDelegate {
Are you using a UITableViewController, or, as in the article, just a UIViewController that has a UITableView on it? (I haven't tested with the former yet)
This is mine copied right out of the project
class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource {
Are you using a project or a playground? I'm using a project, incase it makes a diff.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Xcode 6beta3, Swift, UITableView and auto complete (From: John Tsombakos <email@hidden>) |
| >Re: Xcode 6beta3, Swift, UITableView and auto complete (From: Roland King <email@hidden>) |
| >Re: Xcode 6beta3, Swift, UITableView and auto complete (From: John Tsombakos <email@hidden>) |
| >Re: Xcode 6beta3, Swift, UITableView and auto complete (From: Roland King <email@hidden>) |
| >Re: Xcode 6beta3, Swift, UITableView and auto complete (From: John Tsombakos <email@hidden>) |