• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode 6beta3, Swift, UITableView and auto complete
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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:

 http://jamesonquave.com/blog/developing-ios-apps-using-swift-tutorial-part-2/

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

  • Follow-Ups:
    • 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>
  • Prev by Date: Re: Hiding inappropriate simulators
  • Next by Date: Re: Hiding inappropriate simulators
  • Previous by thread: Re: How to get a value in Swift?
  • Next by thread: Re: Xcode 6beta3, Swift, UITableView and auto complete
  • Index(es):
    • Date
    • Thread