I'm updating my app to support iOS 11 and I added the large titles options in the interface builder. Now I'm getting these "Attribute unavailable - prefers large titles before iOS 11.0" warnings.
I know I can set the options programmatically, but that's causing some other problems, so I was hoping I could keep it at the storyboard and just ignore the warnings. If the options aren't available that's fine, just don't use them. Is there a way to do that?
I know there are other questions asking the same thing, but they're pretty old and the answers end up working around it instead of really dealing with the warnings.