I have implemented actionsheet in my project having deploy target ios7 and less actionsheet works fine.
UIActionsheet in Ios8 not working same as other version of Ios. How i make it working properly?
Thanks
I have implemented actionsheet in my project having deploy target ios7 and less actionsheet works fine.
UIActionsheet in Ios8 not working same as other version of Ios. How i make it working properly?
Thanks
UIActionSheet is deprecated from iOS8, You should use UIAlertController. You have to choose the alert style: it could be an AlertView or a Sheet. Check here for Apple reference. See this for an example.