Set most of the parameters via storyboard

This commit is contained in:
ismailgulek
2022-04-05 02:04:05 +03:00
parent 83bd54cc90
commit a699639f9d
2 changed files with 1 additions and 8 deletions
@@ -30,14 +30,7 @@ class ThreadsBetaViewController: UIViewController {
@IBOutlet private weak var separatorLineView: UIView!
@IBOutlet private weak var informationTextView: UITextView! {
didSet {
informationTextView.contentInset = .zero
informationTextView.textContainerInset = .zero
informationTextView.textContainer.lineFragmentPadding = 0
informationTextView.scrollsToTop = false
informationTextView.showsVerticalScrollIndicator = false
informationTextView.showsHorizontalScrollIndicator = false
informationTextView.isEditable = false
informationTextView.isScrollEnabled = false
}
}
@IBOutlet private weak var enableButton: UIButton!