I have a Collection View Controller inside a Navigation Controller with a Toolbar, the problem is that my Toolbar is floating. It looks like this:
And the Storyboard (I've added the Toolbar checking "Show Toolbar" in Navigation Controller Attributes Inspector):
As you can see I have a Tab Bar Controller, then a Split View Controller, and in the Detail View Controller I have the Collection View Controller inside a Navigation Controller that I show programmatically.