失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > swift 高清截图 ScrollView截图

swift 高清截图 ScrollView截图

时间:2019-09-06 06:44:30

相关推荐

swift  高清截图 ScrollView截图

extension UIScrollView {var capture: UIImage? {var image: UIImage? = nilUIGraphicsBeginImageContext(self.contentSize)do {let savedContentOffset = self.contentOffsetlet savedFrame = self.frameself.contentOffset = .zeroself.frame = CGRect(x: 0, y: 0, width: self.contentSize.width, height: self.contentSize.height)UIGraphicsBeginImageContextWithOptions(CGSize(width: self.contentSize.width, height: self.contentSize.height), false, 0.0)self.layer.render(in: UIGraphicsGetCurrentContext()!)image = UIGraphicsGetImageFromCurrentImageContext()self.contentOffset = savedContentOffsetself.frame = savedFrame}UIGraphicsEndImageContext()if image != nil {return image!}return nil}}

如果觉得《swift 高清截图 ScrollView截图》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。