add placeholder to cell
This commit is contained in:
parent
ae4ad4837e
commit
c0fe4711ba
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ class AddPasswordTableViewController: UITableViewController {
|
||||||
return cell
|
return cell
|
||||||
} else {
|
} else {
|
||||||
let cell = tableView.dequeueReusableCell(withIdentifier: "textFieldCell", for: indexPath) as! TextFieldTableViewCell
|
let cell = tableView.dequeueReusableCell(withIdentifier: "textFieldCell", for: indexPath) as! TextFieldTableViewCell
|
||||||
|
cell.contentTextField.placeholder = tableTitles[indexPath.section]
|
||||||
return cell
|
return cell
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue