ios8 - iOS 8 UI Alert View -
UI warning view and toolbar being dislocated for iOS 8. This happens when we go for a portrait view from a horizontal view.
! [Screen shot
Provides a new class UIAlertController
in the IOS8 system, A UIAlertController
displays an alert message to the user. This class replaces UIActionSheet and UIAlertView classes to display alerts. UIOctionSheet and UIAlertView are the UIView subclasses, I think the iOS 8 adjusted screen is a rotate logic, so you need UIAlertController
in iOS8 and beyond. This one class will help you
Comments
Post a Comment