How do I display a substitute password character in a UILabel?

后端 未结 6 957
醉话见心
醉话见心 2020-12-25 09:07

I have a need to display a UITableView containing a user\'s account credentials. For this, I\'m using UILabels in UITableViewCell. Whe

6条回答
  •  再見小時候
    2020-12-25 09:40

    Why not just use a UITextField, make the field non-editable and change the border style to make it look like a UILabel?

提交回复
热议问题