Signal-iOS/SignalUI/Views/ConversationView
Jordan Rose 72bdb33b05 Set CVBodyTextLabel's contentMode to redraw on bounds changes
This is a quick workaround for a behavior change in iOS 15.4 that's
causing CVBodyTextLabel to draw stretched or truncated text due to
cell reuse---the text is drawn in the cell's old size (which may be
insufficient, truncating the text), then the size changes and the
content that *is* drawn is potentially stretched.

Credit to Martin for finding this; I just profiled it to make sure it
wasn't going to be prohibitive.
2022-03-30 16:31:30 -07:00
..
CVBodyTextLabel.swift Set CVBodyTextLabel's contentMode to redraw on bounds changes 2022-03-30 16:31:30 -07:00
CVCellMeasurement.swift Fix typos 2022-03-18 11:31:06 -07:00
CVText.swift Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
CVUtils.swift Add SignalUI framework target. 2021-10-19 09:39:53 -03:00