Y Yellowstone2012 macrumors regular Original poster Feb 3, 2011 108 0 Mar 30, 2011 #1 I am looking for something that is like Visual Studio's "Properties Panel" UI component for Mac OS X (Xcode). Is there such a control? Thanks.
I am looking for something that is like Visual Studio's "Properties Panel" UI component for Mac OS X (Xcode). Is there such a control? Thanks.
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Apr 2, 2011 #2 Not that I'm aware of. You can reproduce Xcode's settings table (Get Info > Build) using NSOutlineView, then implement the custom cells based on the property type. That would give you a nice OS X appearance that mimics Xcode. See this thread.
Not that I'm aware of. You can reproduce Xcode's settings table (Get Info > Build) using NSOutlineView, then implement the custom cells based on the property type. That would give you a nice OS X appearance that mimics Xcode. See this thread.