mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Prevent auto layout from messing with our labels even though we told it not to.
This commit is contained in:
@@ -85,7 +85,7 @@ class MasterTableViewCell : UITableViewCell {
|
||||
}
|
||||
|
||||
private let titleView: UILabel = {
|
||||
let label = UILabel()
|
||||
let label = NonIntrinsicLabel()
|
||||
label.numberOfLines = 1
|
||||
label.lineBreakMode = .byTruncatingTail
|
||||
label.allowsDefaultTighteningForTruncation = false
|
||||
|
||||
Reference in New Issue
Block a user