Disable storyboard warnings

Viewed 1451

I avoid getting warnings in my swift code. However when it comes to storyboard requirements it's a bit harder for me.

So for now i just want to disable xcode showing warnings regarding storyboard issues.

I have tried the following without success:

enter image description here

2 Answers
Related