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
Use refreshContentView method to refresh this cell frequently
Result
The cell get wrong image, the wrong image without right button
Try
When I change the method - (UIImage *)imageFromView:(UIView *)view cropSize:(CGSize)cropSize and use [view.layer renderInContext:UIGraphicsGetCurrentContext()]; , it become normal.
Enviroment
XCode 11
iOS 13、iOS 10
iPhone 5、iPhone 11
The text was updated successfully, but these errors were encountered:
Description
Result
The cell get wrong image, the wrong image without right button
Try
When I change the method
- (UIImage *)imageFromView:(UIView *)view cropSize:(CGSize)cropSize
and use[view.layer renderInContext:UIGraphicsGetCurrentContext()];
, it become normal.Enviroment
The text was updated successfully, but these errors were encountered: