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
Why not just use a UITextField, make the field non-editable and change the border style to make it look like a UILabel?