Signal-iOS/Signal/src/QRCodes
Adam Sharp 1a8c9fb5c6
Fix iOS 18 crash on launch due to offscreen rendering
Creating a UIImageView outside a view hierarchy now crashes on iOS 18. We can
avoid this offscreen rendering technique by removing UIImage.asTintedImage(),
configuring the tint colour and template rendering on the UIImage directly, and
rendering with UIGraphicsImageRenderer instead of lower-level Core Graphics
APIs.
2024-08-20 10:47:28 -04:00
..
Bitmaps Fix various compiler errors in tests under Xcode 16 2024-07-03 11:29:37 -04:00
BasicDisplayQRCodeGenerator.swift remove the last chunk of objc in the main app target 2024-05-13 12:35:01 -05:00
ExportableQRCodeGenerator.swift remove the last chunk of objc in the main app target 2024-05-13 12:35:01 -05:00
QRCodeGenerator.swift Stylized username link QR codes 2023-07-05 13:54:33 -07:00
QRCodeView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
UsernameLinkQRCodeGenerator.swift Fix iOS 18 crash on launch due to offscreen rendering 2024-08-20 10:47:28 -04:00