Fixes cheats not wrapping in CheatTextView on iOS 13
This commit is contained in:
parent
6501b6523b
commit
da00488a55
@ -33,9 +33,6 @@ class CheatTextView: UITextView
|
|||||||
super.init(coder: aDecoder)
|
super.init(coder: aDecoder)
|
||||||
|
|
||||||
self.layoutManager.delegate = self
|
self.layoutManager.delegate = self
|
||||||
|
|
||||||
self.textContainer.widthTracksTextView = false
|
|
||||||
self.textContainer.heightTracksTextView = false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user