-1

after a dot notation xcode provides some suggestions however it is very limited. For example, in the following picture 1, I have sender.title. I would like xcode to provide suggestions that not only start with title but also contatin the word title in it. in this case, I was looking for sender.currentTitle, but I couldn't see it since xcode only provides suggestions that start with title.

enter image description here

kemicofa ghost
  • 16,349
  • 8
  • 82
  • 131
Nar
  • 31
  • 1
  • 7

1 Answers1

0

I am Using swift 3.0, xcode8.1 and autocomplete has a good list to get the right option also any time if you can't see autosuggestion you can press esc or control+comma(for list) to get the pop up again, however I am new to swift and love this programming language !!

Since you are using Xcode 6, so it might possible This answer can help you StackoverFlow Answer

-Cheers

Community
  • 1
  • 1