Re: Xcode Symbol Navigator Shows Properties as Methods
Re: Xcode Symbol Navigator Shows Properties as Methods
- Subject: Re: Xcode Symbol Navigator Shows Properties as Methods
- From: Quincey Morris <email@hidden>
- Date: Tue, 14 Feb 2017 10:31:44 -0800
On Feb 14, 2017, at 08:22 , Doug Hill <email@hidden> wrote:
For all the classes I described, they consist of only property declarations. No method declarations or anything else. I don’t even have any implementation yet for almost all of them.
Again, why the symbol browser decides to mark some properties as methods (e.g. with a ‘getter’ or ‘setter’) while others are marked as properties is a mystery.
I suggest you try doing what I did, and double-click on the symbol and see where in the source code that takes you. In my case, starting from a “P” symbol I always got to the @property declaration, and starting from a “M” symbol I always got to an implementation of some kind (either a method or a @synthesize). Where do you get to?
|
_______________________________________________
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