• 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
Re: Xcode 6beta3, Swift, UITableView and auto complete
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode 6beta3, Swift, UITableView and auto complete


  • Subject: Re: Xcode 6beta3, Swift, UITableView and auto complete
  • From: John Tsombakos <email@hidden>
  • Date: Sun, 13 Jul 2014 11:31:44 -0400


On Jul 13, 2014, at 11:14 AM, John Tsombakos <email@hidden> wrote:

Well, not typing ‘func’ doesn’t help, I still don’t see all the methods.

Here I typed ‘tab’ and am looking for the numberOfRowsInSection method:

https://db.tt/ZyGDxDYv


Well I figured out something.. I’m sure it’s still a bug, but at least it’s a workaround…

If the class is defined like:

class SearchResultsViewController: UIViewController,  UITableViewDataSource, UITableViewDelegate, APIControllerProtocol {


then the data source methods DO NOT appear. However, defining the class like:


class SearchResultsViewController: UIViewController, UITableViewDelegate, UITableViewDataSource, APIControllerProtocol {

The data source methods DO appear! Swapping the order of the protocols makes a difference.
 _______________________________________________
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: Roland King <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>)
 >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>)
 >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>)

  • Prev by Date: Re: Xcode 6beta3, Swift, UITableView and auto complete
  • Next by Date: Re: Xcode 6beta3, Swift, UITableView and auto complete
  • Previous by thread: Re: Xcode 6beta3, Swift, UITableView and auto complete
  • Next by thread: Re: Xcode 6beta3, Swift, UITableView and auto complete
  • Index(es):
    • Date
    • Thread