I'm working on an iOS 8 app. I want to change the font on my table view cells, but I've been unable to do so because of automatic dynamic type being applied to them.
Is there a way to turn this behavior off, or must I write my own cell in order to change the font?