UIAlertView And UIAlertController
问题 I am using SWIFT in xcode 6 to develope my application AND needs to support the APP for iphone 4 and later versions... So have selected the ' Deploment Target ' as 7.1 . In simple words needs to support iOS7, iOS8 AND iOS9... When using Alert View I came across in many places discussing now we have to use newly introduced ' UIAlertController ' rather than the old ' UIAlertView '... By reading got to know UIAlertView is deprecated from ios 8. But in my case as I have to support for ios 7.1 AND