Explorar el Código

make msg-details multi-line

B. Petersen hace 6 años
padre
commit
7488f5aa10
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      deltachat-ios/Controller/MessageInfoViewController.swift

+ 2 - 0
deltachat-ios/Controller/MessageInfoViewController.swift

@@ -37,6 +37,8 @@ class MessageInfoViewController: UITableViewController {
 
 
         if indexPath.section == 0 {
         if indexPath.section == 0 {
             if indexPath.row == 0 {
             if indexPath.row == 0 {
+                cell.textLabel?.numberOfLines = 0
+                cell.textLabel?.lineBreakMode = .byWordWrapping
                 cell.textLabel?.text = message.text
                 cell.textLabel?.text = message.text
             }
             }
         }
         }