From 02f8eeb953cd904e314b0438c0c8bb0b3970d1e8 Mon Sep 17 00:00:00 2001 From: Medi Assumani Date: Thu, 15 Nov 2018 09:38:14 -0800 Subject: [PATCH] Update ProfileCardView.swift --- companion/Views/Custom Views/ProfileCardView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/companion/Views/Custom Views/ProfileCardView.swift b/companion/Views/Custom Views/ProfileCardView.swift index e0583dd..314d675 100644 --- a/companion/Views/Custom Views/ProfileCardView.swift +++ b/companion/Views/Custom Views/ProfileCardView.swift @@ -53,6 +53,7 @@ class ProfileCardView: UIView { textView.isScrollEnabled = false textView.textColor = MakeSchoolDesignColor.darkGrey textView.textAlignment = .left + textview.isEditable = false textView.backgroundColor = UIColor.clear textView.font = UIFont(name: "AvenirNext-Medium", size: 13) return textView