Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode dropdown - shows all my class properties and methods. Just want methods

Tags:

xcode

iphone

ipad

Not sure what to call it, but in xcode there is a dropdown that lists all the properties and methods in the current file.

Is there a way to just show the methods? I have a few classes with a boatload of properties, and having to scroll past them in the dropdown is a pain.

Thanks!

like image 440
FatFingers Avatar asked Nov 14 '22 05:11

FatFingers


1 Answers

No, You cant hide your properties from the drop down list. It is for showing methods and properties both. so if you think you take more time to find the method then type one or two letter : list will be automatically sort.

like image 183
Ishu Avatar answered Dec 15 '22 00:12

Ishu