To add an image in an action sheet you need to do something like this… Swift let image = UIImage(named: "myImageName") let action = UIAlertAction(title: "Action ...
確定! 回上一頁