Avt
Avt

Reputation: 17043

XCode navigation - method list

When I type class or object name and press Esc I can see the list of all available methods: UIColor sample

Is it possible to get this window with only current class methods, not inherited from parent? Some shortcut or other convenient way?

Upvotes: 0

Views: 87

Answers (2)

Midhun MP
Midhun MP

Reputation: 107121

There is no option for doing that.

As an alternative, select the Symbol Navigator tab (cmd+2) in XCode, and choose a class.

It will show the methods & properties of that class only.

Relevant methods

Upvotes: 1

Infinity James
Infinity James

Reputation: 4735

No, you cannot do this in the Xcode IDE.

Upvotes: 0

Related Questions