override var isSelected: Bool{
didSet{
if self.isSelected
{
//This block will be executed whenever the cell’s selection state is set to true (i.e For the selected cell)
}
else
{
//This block will be executed whenever the cell’s selection state is set to false (i.e For the rest of the cells)
}
}
}
我有一个imageView,我想通过IMPLICIT INTENT与Whatsapp或Facebook共享图像,当我尝试与whatsapp或Facebook等其他应用程序共享图像时,在这里我得到了共享图像对话框,但是当我选择与之共享图像的特定联系人,它显示
的错误消息共享失败。请重试