Hello. I am Japanese.
The error goes out when scrollRowToVisible is executed. 'UITableView' ..in Xcode.. May not respond to '- scrollRowToVisible'
It writes as follows. IBOutlet UITableView *tableViews; [tableViews scrollRowToVisible:2]; I want to move it to the second line.
ReloadData operates.
Why