How to make UIAlertController compatible for iPad as well as iPhones using Swift – Ios swift
I have created a Image Picker UI where I want to do selection when user clicked on the button, I have done it using UIAlertController and when I test it in iPhone then it works perfect but, when I test…