You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With stackview in the cell, I am facing a crash in the said function in class MGSwipeTableCell :
The crash happens when I scroll from left to right to get the button.
With stackview in the cell, I am facing a crash in the said function in class MGSwipeTableCell :
The crash happens when I scroll from left to right to get the button.
UIGraphicsBeginImageContextWithOptions(cropSize, NO, [[UIScreen mainScreen] scale]);
[view.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage * image = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
return image;
}
Please let me know what can be the right fix:
This is the layout of my cell.
The text was updated successfully, but these errors were encountered: