Is it good practice to use an NSSplitView as the root view for a view controller? I am relatively new to Objective-C OSX development and can not seem to find an answer regarding this topic. I noticed that NSViews were created by default as the root view in IB but I normally remove it and assign a new NSSplitView as the root view for a view controller that needs a multi-pane layout. Any OSX veterans out there know if this is ok? I am trying to keep nested views to a minimum.
问问题
208 次