Marino Faggiana %!s(int64=7) %!d(string=hai) anos
pai
achega
d0f9f71da4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      iOSClient/Text/NCText.swift

+ 1 - 0
iOSClient/Text/NCText.swift

@@ -84,6 +84,7 @@ class NCText: UIViewController, UITextViewDelegate {
         textView.becomeFirstResponder()
         textView.delegate = self
         textView.selectedTextRange = textView.textRange(from: textView.beginningOfDocument, to: textView.beginningOfDocument)
+        //textView.font = UIFont(name: "NameOfTheFont", size: 20)
 
         textViewDidChange(textView)
     }