Skip to content

Instantly share code, notes, and snippets.

func shareCell (actionType:String, img:UIImage) {
switch (actionType){
case "textImage":
let objectsToShare = [img]
let activityVC = UIActivityViewController(
activityItems: objectsToShare,