iphone - Why does Xcode's autocomplete always think my properties are int? -
I've been looking at it for a year and I do not know whether this is a bug or I'm doing something wrong .
When I declare assets in one of my classes
@property (nonatomic, retain) NSString * aString;
And I go to use it somewhere else
myObject.aStr [ESC]
when The list pops up with all the suggestions, aString always type int all my properties are in this way.
I have tried different installations on different machines, releases or beta.
Anyone seeing this? Or am I forgetting something?
this Xcode 3.1.x. There is a known bug in. The version of Xcode in the release of Snow Leopard has many improvements to auto-completion behavior.
Comments
Post a Comment