Signal-iOS/SignalUI/UIKitExtensions
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
..
UIButton+DeprecationWorkaround.h Work around use of deprecated UIButton API 2024-07-03 14:27:48 -04:00
UIButton+DeprecationWorkaround.m Work around use of deprecated UIButton API 2024-07-03 14:27:48 -04:00
UIButton+SignalUI.swift Replace Archived Chats button with Clear Filter while filtering 2024-07-26 14:37:10 -04:00
UIFont+OWS.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
UIFont+TextStyle.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
UIGeometry+Signal.swift convert OWSMath.h to swift 2024-04-21 23:26:16 -05:00
UIKit+Animations.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
UIKit+Image.swift Fix iOS 18 crash on launch due to offscreen rendering 2024-08-20 10:47:28 -04:00
UIKit+Text.swift Make retroactive conformances conditional on compiler version 2024-07-03 11:28:45 -04:00
UIStackView+SignalUI.swift Improve contrast in the raise hand toast background blur 2024-07-03 11:27:09 -06:00
UIStackView+SignalUITest.swift Colocate SignalUI tests with the files they test 2024-03-28 02:25:56 -05:00
UITableView+ReusableCell.swift Improve type safety of ReusableTableViewCell 2024-07-26 11:30:48 -04:00
UIView+AutoLayout.swift Informational UX for delete syncs 2024-06-11 16:39:22 -07:00
UIView+SignalUI.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
UIViewController+SignalUI.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00