UIAlertView and UIActionSheet not displaying properly in iOS 8
问题 UIAlertView and UIActionSheet not displaying properly in iOS 8, its hiding the view controller, also In alert view title is not displaying. I am running the app from Xcode 5.1.1. 回答1: Did you added any category for ViewController in your application. like below shown @implementation UIViewController (CustomeAction) - (void)setTitle:(NSString *)title{ // YOU CODE/// } @end This may the issue. I have solved by removing this category - (void)setTitle:(NSString *)title. Note: From iOS 8,