I have a tableView and two buttons. One to add a row, and one to remove a row(selected).
- How would I add a row of textbox cells?
- Also, how would i remove the selected row?
- Would it be possible for the user to select a row, not just individual cells?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are looking for Mac OSX :
You can use two ways, in both the cases you deal with the model not the view : ArrayController using Binding and Conventional Programming.