소스 검색

set edit-name placeholder to display-name

B. Petersen 4 년 전
부모
커밋
9f4d6f4263
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      deltachat-ios/Controller/EditContactController.swift

+ 1 - 0
deltachat-ios/Controller/EditContactController.swift

@@ -12,6 +12,7 @@ class EditContactController: NewContactController {
 
         let contact = DcContact(id: contactIdForUpdate)
         nameCell.textField.text = contact.name
+        nameCell.placeholder = contact.displayName
         emailCell.textField.text = contact.email
         emailCell.textField.isEnabled = false
         emailCell.contentView.alpha = 0.3