Closed hezhk3 closed 5 years ago
If view's size is changed after loading image(for example, you load image at viewDidLoad, then it's frame is updated by auto layout), the cache image will be drawn at CGPointZero, which leads to cache image displacement.
thanks
If view's size is changed after loading image(for example, you load image at viewDidLoad, then it's frame is updated by auto layout), the cache image will be drawn at CGPointZero, which leads to cache image displacement.