Maverick Issue : While adding a subview on NSView
问题 I have a NSView(outlet - detailsView) , upon that a NSSplitView (outlet - detailsSpiltView) and there are two subviews in the split view and in those subview there are different scroll view and table view. NSView(detailsView) | NSSplitView(detailsSplitView) | | NSView NSView | | NSScrollView NSScrollView | | NSTableView NSTableVIew On a certain condition I am adding a an error view on detailsView and on other conditions the table view would be populated: The code for loading errorView is the