I get \"could not load any Objective-C class information. This will significantly reduce the quality of type information available.\" warning in the console while initializi
Found the solution. It all comes to understanding of how xibs work.
What I did was that I set class for both view and File's Owner and connected all the outlets from the View rather than from the File's owner.