I've been seeing this for well over a year and I can't figure out if it's a bug or I'm doing something wrong.
When I declare a property in one of my classes like
@property (nonatomic, retain) NSString *aString;
And I go to use this somewhere else like
myObject.aStr[ESC]
When the list pops down with all the suggestions, aString is always of type int. All of my properties are like this.
I've tried this on different installations, on different machines, releases or betas.
Anyone else seeing this? Or am I missing something?