As UIAlertController
is used for showing alert in iOS8.my app should be compatible with ios6, ios7 too.I think ios6,7 are still using UIAlertView
for showing alert.
I want to show alert after checking for ios6,7,8 by different ways like for ios7 using UIAlertView
and for ios8 using UIAlertController
.I need objectiv-c code.
Please Help!!
Thanks in advance!!