I'm working on an existing project and I noticed there was a UIView in the scene dock in IB.
I then noticed you can actually drag any view into the dock, toolbars, buttons, switches etc
What's the purpose of this, I couldn't find anything searching google but it looks useful?
In my case it seems to link 'selectedBackgroundView' to each of the cells.
When i was searching for creating custom view using storyboard i found that some are using it for custom views. See this Custom views with Storyboard