Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
  2. let cell = try tableView.dequeueReusableCell(withIdentifier: "Cell1") as! ImageNotesCell
  3. cell.notes.isEditable = true
  4. }
Add Comment
Please, Sign In to add comment