0

I created a small application that is based on the structure of this example application. But now I need you to select multiple rows in tableview, I tried to find a solution but did not succeed. Could you tell me how should I do? Keep in mind that I am no expert. Thank you in advance.

Andrea
  • 427
  • 3
  • 16

1 Answers1

2

You can do this in the Interface Builder. Select your Table View, go in the attributes inspector under selection and check multiple selection.

IluTov
  • 6,807
  • 6
  • 41
  • 103