Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
No subclass NSobject in mainmenue.nib xcode 2.5
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="xstep" data-source="post: 1337331" data-attributes="member: 11647"><p>I can't picture in my head what you are seeing. I'm thinking you are in Interface Builder somewhere.</p><p></p><p>NSObject is the root class of all Objective-C classes, which means all other classes are a subclass of it, either directly or through other inheritance. Also, NSObject is not a subclass of another class, so I wouldn't expect it to show a subclass "NSobject".</p></blockquote><p></p>
[QUOTE="xstep, post: 1337331, member: 11647"] I can't picture in my head what you are seeing. I'm thinking you are in Interface Builder somewhere. NSObject is the root class of all Objective-C classes, which means all other classes are a subclass of it, either directly or through other inheritance. Also, NSObject is not a subclass of another class, so I wouldn't expect it to show a subclass "NSobject". [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
No subclass NSobject in mainmenue.nib xcode 2.5
Top