One more question about split views. My app's outer shell is a top level, 3 tiered split view with the idea that the middle view could have ANYTHING in it. A diagram, a browser, a tree. In fact, the middle view could contain yet another split view if I come up with a visualization that requires that.
So that's what I did. The outer view picks the project and now I've got an internal split view for the data representation ... and it all works save for one problem. Autosave. Upon app restart from Xcode, the outer split view remembers the position of its splitters whereas the inner split view does not - it always defaults the splitters to their original positions. The two split views use unique Autosave and Xcode identifiers/names but most everything else about them is identical ... Is this an internal limitation or have other folks done this successfully out of the box. Autosave positioning working for all nested split views. I'm running Xcode 6.1 on 10.10. Thanks, -Luther _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com