UILabel causes app to crash when added to view (Xcode 6 and iOS 8 only)
问题 I have transitioned my project to Xcode 6 in order to build for iOS 8. However, a particular UILabel is causing the app to crash when it is added to the view hierarchy. This is the only error log I receive: -[MyViewController _contentInsetsFromFonts]: unrecognized selector sent to instance 0x16d90da0 I have been unable to locate the contentInsetsFromFonts method anywhere in my project. Additionally, I have not even been able to find a reference for it anywhere online, including Apple's