i have tried the table view sample with the viewcontroller.when im running i got this error may i know wher im making mistake
WARNING: Using legacy cell layout due to delegate implementation of tableView:accessoryTypeForRowWithIndexPath
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.
tableView:accessoryTypeForRowWithIndexPath:is deprecated in iPhone OS 3.0 with the following note:They mean you should set accessoryType/accessoryView properties in
tableView:cellForRowAtIndexPath:instead.