Xcode 6beta3, Swift, UITableView and auto complete
Xcode 6beta3, Swift, UITableView and auto complete
- Subject: Xcode 6beta3, Swift, UITableView and auto complete
- From: John Tsombakos <email@hidden>
- Date: Sat, 12 Jul 2014 13:09:48 -0400
Let me preface by saying, yes, I know it’s “beta” :)
I’m following the Swift tutorial here:
and in the section about setting up the table view delegate methods, Xcode doesn’t seem to want to offer all of the delegate methods for the UITableView, notably:
func tableView(tableView: UITableView!, cellForRowAtIndexPath indexPath: NSIndexPath!) -> UITableViewCell!
and
func tableView(tableView: UITableView!, numberOfRowsInSection section: Int) -> Int
I start typing ‘func ta …’ (and ignoring the fact that the autocomplete is screwed up by duplicating the ‘func’ keyword, those two methods aren’t in the list.
(Doing the approximate same steps in an ObjC project shows the methods just fine).
Is it something I’m doing wrong, or do I just chalk it up to “beta, not quite complete”?
Thanks! |
_______________________________________________
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