I have a need to display a UITableView containing a user\'s account credentials. For this, I\'m using UILabels in UITableViewCell. Whe
UITableView
UILabels
UITableViewCell
In Swift 3 you can use:
passwordLabel.text = String(password.characters.map { _ in return "•" })