How to capture UIView to UIImage without loss of quality on retina display

前端 未结 17 1486
时光取名叫无心
时光取名叫无心 2020-11-22 00:42

My code works fine for normal devices but creates blurry images on retina devices.

Does anybody know a solution for my issue?

+ (UIImage *) imageWith         


        
17条回答
  •  孤街浪徒
    2020-11-22 01:07

    Some times drawRect Method makes problem so I got these answers more appropriate. You too may have a look on it Capture UIImage of UIView stuck in DrawRect method

提交回复
热议问题