I am creating a custom UIActivity.Image
. What size should return by function activityImage
?
Currently I have implemented it like this.
override func activityImage()-> UIImage {
return UIImage(named: "[email protected]")!
}
I am creating a custom UIActivity.Image
. What size should return by function activityImage
?
Currently I have implemented it like this.
override func activityImage()-> UIImage {
return UIImage(named: "[email protected]")!
}
In case you use a SF Symbol image, you must use a
.large
scale format in order to get an image with the same size as systemUIActivity
items: