The default resizing mechanism in NSSplitView is proportional resizing in which if the NSSplitView changes size, each column resizes by an equal percent. But it is not successful in case where the columns in a split view are used to separate a side panels from a main view area (for example the "source list" in iTunes or the file tree in Xcode). Following is a delegate method that configures a split view for this side panel and main view behavior i.e resizing the views in a split view based on a priority list.
0 Comment(s)